diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4f2c46b..62425c4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,17 +1,14 @@ { "tasks": [ { - "type": "luxe", - "script": "run", - "problemMatcher": [ - "$luxe-absolute", - "$luxe-relative" - ], + "label": "luxe: run dev", + "command": "D:\\tools\\.luxe\\modules\\luxe\\dev\\bin\\windows\\luxe.exe", + "args": ["run"], + "type": "shell", "group": { "kind": "build", "isDefault": true - }, - "label": "luxe: run - Build & Run the project" + } } ] } \ No newline at end of file