build(simulator): switch to pnpm
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index 27d7900e69da361b680fc2eacc6819b5cf601fbf..ee5fd9846ed87ae8e9e672ebbe2008f042f4379d 100644 (file)
@@ -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": ["<node_internals>/**"],
       "stopOnEntry": true
     },