1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Update ambiguous command (#1889)

This commit is contained in:
Jesse Hills
2021-06-10 21:13:18 +12:00
committed by GitHub
parent d23376b81e
commit 11b8210e36

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "run",
"type": "shell",
"command": "python3 -m esphome dashboard config",
"command": "python3 -m esphome dashboard config/",
"problemMatcher": []
}
]