Files
restic-automatic-backup-sch…/.devcontainer/devcontainer.json
2025-03-04 15:14:59 +00:00

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