X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=ee5fd9846ed87ae8e9e672ebbe2008f042f4379d;hb=12909bc982b50270d13fb6cea213c9f6296bbdf6;hp=075bb3f99ecac7fdbc71a7f8df7ca0d6a958b370;hpb=39efd40d46487e9266edc1acbc92b75be16b0b25;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 075bb3f9..ee5fd984 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 },