dev container and vscode workspace review

This commit is contained in:
2025-11-22 00:29:53 +00:00
parent 107a756ae1
commit 4ba398e1a4
3 changed files with 13 additions and 14 deletions

View File

@@ -1,8 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name": "casa-dev",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
"remoteUser": "vscode",
"runArgs": [
@@ -31,8 +28,8 @@
"m4ns0ur.base64",
"rogalmic.bash-debug",
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-containers"
"ms-azuretools.vscode-containers",
"sanjulaganepola.github-local-actions"
]
}
}