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