added missing parameter
This commit is contained in:
parent
7f4f5841fd
commit
9a4c7cad87
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -23,7 +23,8 @@
|
|||
"args": [ "--server=4711" ],
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/out/src",
|
||||
"cwd": "${workspaceRoot}"
|
||||
"cwd": "${workspaceRoot}",
|
||||
"preLaunchTask": "npm"
|
||||
},
|
||||
{
|
||||
"name": "Launch Tests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue