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": [
{
"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