Remove now uneeded vscode configuration
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index 7cca9d16ce2cb3eb187c02d22df8fda68bfed584..075bb3f99ecac7fdbc71a7f8df7ca0d6a958b370 100644 (file)
@@ -9,7 +9,7 @@
       "request": "launch",
       "name": "Debug Simulator via npm",
       "cwd": "${workspaceFolder}",
-      "preLaunchTask": "Build",
+      "preLaunchTask": "npm: build",
       "runtimeExecutable": "npm",
       "runtimeArgs": ["run-script", "start:debug"],
       "skipFiles": ["<node_internals>/**"],
@@ -20,6 +20,7 @@
       "request": "launch",
       "name": "Debug Simulator Development Build via npm",
       "cwd": "${workspaceFolder}",
+      "preLaunchTask": "npm: build:dev",
       "runtimeExecutable": "npm",
       "runtimeArgs": ["run-script", "start:dev:debug"],
       "skipFiles": ["<node_internals>/**"],