use type shell
This commit is contained in:
parent
ceed932a09
commit
bbf48e582a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue