X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=4f200ec8e7924ad1ca3b3870a11d366175fbec76;hb=c17a8d29b2177a087f7fea1db4ada2b3795a7a31;hp=7cca9d16ce2cb3eb187c02d22df8fda68bfed584;hpb=3e985d188b320d1bc333fbcd9420ebb7c5e7040d;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 7cca9d16..4f200ec8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,21 +7,10 @@ { "type": "node", "request": "launch", - "name": "Debug Simulator via npm", + "name": "Debug Simulator Development Build via pnpm", "cwd": "${workspaceFolder}", - "preLaunchTask": "Build", - "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 }, @@ -33,10 +22,7 @@ "continueOnAttach": true, "autoAttachChildProcesses": false, "timeout": 30000, - "resolveSourceMapLocations": [ - "!**/node_modules/**", - "!**/.vscode/extensions/hbenl.vscode-mocha-test-adapter-*/**" - ], + "resolveSourceMapLocations": ["!**/node_modules/**"], "skipFiles": ["/**"] } ]