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