From 11b8210e36746b6a5018c9e4ea28ce5f5fd3d947 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:13:18 +1200 Subject: [PATCH] Update ambiguous command (#1889) --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index cc83d8bcdf..513228722a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "run", "type": "shell", - "command": "python3 -m esphome dashboard config", + "command": "python3 -m esphome dashboard config/", "problemMatcher": [] } ]