Update devcontainer.json

This commit is contained in:
Erik Westrup
2025-05-02 04:05:47 -07:00
committed by GitHub
parent 248d8f7d0a
commit 4158ee155a

View File

@@ -1,8 +1,7 @@
{ {
"features": { "features": {
"ghcr.io/devcontainers-extra/features/apt-get-packages:1": { "ghcr.io/devcontainers-extra/features/apt-get-packages:1": {
"version": "latest", "packages": ["shellcheck"]
"packages": "shellcheck"
} }
}, },
"postCreateCommand": "bash scripts/devcontainer_postCreateCommand.sh", "postCreateCommand": "bash scripts/devcontainer_postCreateCommand.sh",