mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
7afe202e20
* Add VS Code task to run dashboard * Includ VS Code tasks in git * Set problemMatcher to none
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "run",
|
|
"type": "shell",
|
|
"command": "python3 -m esphome config dashboard",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|