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", "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", "image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
"remoteUser": "vscode", "remoteUser": "vscode",
"runArgs": [ "runArgs": [
@@ -31,8 +28,8 @@
"m4ns0ur.base64", "m4ns0ur.base64",
"rogalmic.bash-debug", "rogalmic.bash-debug",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-containers" "ms-azuretools.vscode-containers",
"sanjulaganepola.github-local-actions"
] ]
} }
} }

View File

@@ -1,7 +0,0 @@
{
"folders": [
{
"path": "../../homeAssistant"
}
]
}

View File

@@ -39,12 +39,21 @@
"ansible.python.interpreterPath": "/bin/python", "ansible.python.interpreterPath": "/bin/python",
"cSpell.words": [ "cSpell.words": [
"davidanson",
"eamodio",
"envsubst",
"lmscommunity", "lmscommunity",
"localtime", "localtime",
"lyrionmusicserver", "lyrionmusicserver",
"mtxr",
"rclone", "rclone",
"reverseproxy" "reverseproxy",
] "rogalmic",
"runme",
"sqltools",
"yzhang"
],
"githubLocalActions.workflowsDirectory": ".gitea/workflows"
}, },
"tasks": { "tasks": {
"version": "2.0.0", "version": "2.0.0",