X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=ee5fd9846ed87ae8e9e672ebbe2008f042f4379d;hb=349d5d26522c29f6841bc7ca3b0663d51cfef30a;hp=7cca9d16ce2cb3eb187c02d22df8fda68bfed584;hpb=3e985d188b320d1bc333fbcd9420ebb7c5e7040d;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 7cca9d16..ee5fd984 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 },