Add semver-cli and devcontainers

This commit is contained in:
Erik Westrup
2025-03-04 15:14:59 +00:00
committed by GitHub
parent d36a5e850d
commit 3089709038
4 changed files with 34 additions and 7 deletions

View 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"
]
}
}
}