Add initial code structure for update firmware simulation
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index 075bb3f99ecac7fdbc71a7f8df7ca0d6a958b370..47cb8a6a112bb2611be99eade7eb98e6e8344cc4 100644 (file)
@@ -9,7 +9,6 @@
       "request": "launch",
       "name": "Debug Simulator via npm",
       "cwd": "${workspaceFolder}",
-      "preLaunchTask": "npm: build",
       "runtimeExecutable": "npm",
       "runtimeArgs": ["run-script", "start:debug"],
       "skipFiles": ["<node_internals>/**"],
@@ -20,7 +19,6 @@
       "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>/**"],