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