diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 06b1774..3ae1911 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -5,12 +5,14 @@ "tasks": [ { "label": "start .debug.script.mjs", - "command": "node", - "args": [ - ".vscode/.debug.script.mjs" - ], + "type": "shell", + "command": "node .vscode/.debug.script.mjs", "isBackground": true, "problemMatcher": [] } ] } + +// https://code.visualstudio.com/docs/editor/tasks#_operating-system-specific-properties +// https://code.visualstudio.com/docs/editor/tasks#_background-watching-tasks +// https://code.visualstudio.com/docs/editor/tasks#_can-a-background-task-be-used-as-a-prelaunchtask-in-launchjson