dev container and vscode workspace review
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
7
.vscode/casa.full-stack.code-workspace
vendored
7
.vscode/casa.full-stack.code-workspace
vendored
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../../homeAssistant"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -39,12 +39,21 @@
|
||||
|
||||
"ansible.python.interpreterPath": "/bin/python",
|
||||
"cSpell.words": [
|
||||
"davidanson",
|
||||
"eamodio",
|
||||
"envsubst",
|
||||
"lmscommunity",
|
||||
"localtime",
|
||||
"lyrionmusicserver",
|
||||
"mtxr",
|
||||
"rclone",
|
||||
"reverseproxy"
|
||||
]
|
||||
"reverseproxy",
|
||||
"rogalmic",
|
||||
"runme",
|
||||
"sqltools",
|
||||
"yzhang"
|
||||
],
|
||||
"githubLocalActions.workflowsDirectory": ".gitea/workflows"
|
||||
},
|
||||
"tasks": {
|
||||
"version": "2.0.0",
|
||||
Reference in New Issue
Block a user