X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=5c8aa82b4f96dcd045bf6d9fc96aa11a2422d5d1;hb=107efcc6655b5a4409fc5db3da90869d6881a195;hp=046c824677525fab70737a385d5ceb1535523374;hpb=077b94e53a8c486d87efbb4946ac17ec02f961c2;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 046c8246..5c8aa82b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,23 @@ { "type": "pwa-node", "request": "launch", - "name": "Debug Program via npm", + "name": "Debug Simulator via npm", + "cwd": "${workspaceFolder}", + "preLaunchTask": "Build", + "runtimeExecutable": "npm", + "runtimeArgs": [ + "run-script", + "start:debug" + ], + "skipFiles": [ + "/**" + ], + "stopOnEntry": true + }, + { + "type": "pwa-node", + "request": "launch", + "name": "Debug Simulator Development Build via npm", "cwd": "${workspaceFolder}", "runtimeExecutable": "npm", "runtimeArgs": [