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",
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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",
|
"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",
|
||||||
Reference in New Issue
Block a user