update devcontainer

This commit is contained in:
Alexandre
2024-04-26 19:20:03 +00:00
parent b40f824c14
commit 0681a31539
2 changed files with 20 additions and 20 deletions

4
.vscode/tasks.json vendored
View File

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