diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ffb3003..9e89ddc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,14 +4,21 @@ "version": "2.0.0", "tasks": [ { - "label": "earthly +run", + "label": "task watch +run", "type": "shell", - "command": "earthly +run", + "command": "task -w run", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } + }, + { + "label": "earthly +run", + "type": "shell", + "command": "earthly +run", + "problemMatcher": [], + "group": "build" } ] } \ No newline at end of file