Files
2025-05-02 04:05:47 -07:00

18 lines
349 B
JSON

{
"features": {
"ghcr.io/devcontainers-extra/features/apt-get-packages:1": {
"packages": ["shellcheck"]
}
},
"postCreateCommand": "bash scripts/devcontainer_postCreateCommand.sh",
"customizations": {
"vscode": {
"extensions": [
"rogalmic.bash-debug",
"timonwong.shellcheck",
"mads-hartmann.bash-ide-vscode"
]
}
}
}