Files
hassio-addons/.vscode/tasks.json
Alexandre 9fbd806217 update
2023-12-02 16:11:18 +01:00

20 lines
369 B
JSON

{
"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": []
}
]
}