use type shell

This commit is contained in:
草鞋没号 2022-03-14 16:38:07 +08:00
parent ceed932a09
commit bbf48e582a
1 changed files with 6 additions and 4 deletions

10
.vscode/tasks.json vendored
View File

@ -5,12 +5,14 @@
"tasks": [ "tasks": [
{ {
"label": "start .debug.script.mjs", "label": "start .debug.script.mjs",
"command": "node", "type": "shell",
"args": [ "command": "node .vscode/.debug.script.mjs",
".vscode/.debug.script.mjs"
],
"isBackground": true, "isBackground": true,
"problemMatcher": [] "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