Merge pull request #732 from SAP/combined-prs-branch
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index 075bb3f99ecac7fdbc71a7f8df7ca0d6a958b370..ee5fd9846ed87ae8e9e672ebbe2008f042f4379d 100644 (file)
@@ -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": ["<node_internals>/**"],
-      "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": ["<node_internals>/**"],
       "stopOnEntry": true
     },