add devcontainer

This commit is contained in:
joBr99
2023-11-19 16:07:20 +01:00
parent aa5e935499
commit aaf30e3bc2
2 changed files with 44 additions and 0 deletions

19
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start Home Assistant",
"type": "shell",
"command": "supervisor_run",
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": []
}
]
}