{ "version": "2.0.0", "tasks": [ { "label": "Start Home Assistant", "type": "shell", "postStartCommand": "sudo -E bash devcontainer_bootstrap", "group": { "kind": "test", "isDefault": true }, "presentation": { "reveal": "always", "panel": "new" }, "problemMatcher": [] } ] }