Add devcontainer

This commit is contained in:
Ludeeus
2021-09-26 10:49:00 +00:00
parent 0bbf0dd6cd
commit e3f740e0fd
2 changed files with 42 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": []
}
]
}