X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=ee5fd9846ed87ae8e9e672ebbe2008f042f4379d;hb=4183b439568ad6f6896ab20bb069296a16243593;hp=47cb8a6a112bb2611be99eade7eb98e6e8344cc4;hpb=4544f162cf2984bf71c2ca242998ba22f470d4b3;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 47cb8a6a..ee5fd984 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 },