X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=4f200ec8e7924ad1ca3b3870a11d366175fbec76;hb=b13beb880ee7647456c703b93657a42c3ec2e5ee;hp=47cb8a6a112bb2611be99eade7eb98e6e8344cc4;hpb=4544f162cf2984bf71c2ca242998ba22f470d4b3;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 47cb8a6a..4f200ec8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,20 +7,10 @@ { "type": "node", "request": "launch", - "name": "Debug Simulator via npm", + "name": "Debug Simulator Development Build via pnpm", "cwd": "${workspaceFolder}", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "start:debug"], - "skipFiles": ["/**"], - "stopOnEntry": true - }, - { - "type": "node", - "request": "launch", - "name": "Debug Simulator Development Build via npm", - "cwd": "${workspaceFolder}", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "start:dev:debug"], + "runtimeExecutable": "pnpm", + "runtimeArgs": ["run", "start:dev:debug"], "skipFiles": ["/**"], "stopOnEntry": true }, @@ -32,10 +22,7 @@ "continueOnAttach": true, "autoAttachChildProcesses": false, "timeout": 30000, - "resolveSourceMapLocations": [ - "!**/node_modules/**", - "!**/.vscode/extensions/hbenl.vscode-mocha-test-adapter-*/**" - ], + "resolveSourceMapLocations": ["!**/node_modules/**"], "skipFiles": ["/**"] } ]