This commit is contained in:
Alexandre
2023-12-02 16:11:18 +01:00
parent 32309f71ff
commit 9fbd806217

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{ {
"label": "Start Home Assistant", "label": "Start Home Assistant",
"type": "shell", "type": "shell",
"command": "sudo chmod a+x /usr/bin/supervisor* && sudo -E supervisor_run", "postStartCommand": "sudo -E bash devcontainer_bootstrap",
"group": { "group": {
"kind": "test", "kind": "test",
"isDefault": true "isDefault": true