ha-3dprinter-addons/.vscode/tasks.json
2024-02-05 13:12:34 +01:00

19 lines
338 B
JSON

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