Add devcontainer (#19)

This commit is contained in:
Joakim Sørensen
2021-10-22 18:09:02 +02:00
committed by GitHub
parent 91a4af13eb
commit 64796e73ec
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": []
}
]
}