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