Point local debug config to correct command
This commit is contained in:
parent
7948e3473c
commit
f5b3377d12
2
project/.vscode/launch.json
vendored
2
project/.vscode/launch.json
vendored
@ -13,7 +13,7 @@
|
|||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"run",
|
"run",
|
||||||
"test:debug"
|
"run:debug"
|
||||||
],
|
],
|
||||||
"outFiles": [
|
"outFiles": [
|
||||||
"!**/node_modules/**"
|
"!**/node_modules/**"
|
||||||
|
Loading…
Reference in New Issue
Block a user