Add semver-cli and devcontainers
This commit is contained in:
18
.devcontainer/devcontainer.json
Normal file
18
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user