X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=8c879c6e4f77d876ccfbf85511fcdd93db9dbf85;hb=eb4c09c2ae11e6d8b4e6e11a8a03be3f6245a83c;hp=046c824677525fab70737a385d5ceb1535523374;hpb=d3c1e8603ac7366bc49fcc34f7b024a2a4ae5ada;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 046c8246..8c879c6e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,10 +9,11 @@ "request": "launch", "name": "Debug Program via npm", "cwd": "${workspaceFolder}", + "preLaunchTask": "Build", "runtimeExecutable": "npm", "runtimeArgs": [ "run-script", - "start:dev:debug" + "start:debug" ], "skipFiles": [ "/**"