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