add build prelaunchtask to 'Run Tests'
This commit is contained in:
Родитель
b0620b333f
Коммит
dee2692b7b
|
@ -17,6 +17,7 @@
|
||||||
"name": "Run Tests",
|
"name": "Run Tests",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
"preLaunchTask": "build",
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
||||||
"args": [
|
"args": [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче