build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index 7cca9d16ce2cb3eb187c02d22df8fda68bfed584..27d7900e69da361b680fc2eacc6819b5cf601fbf 100644 (file)
@@ -4,17 +4,6 @@
   // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
   "version": "0.2.0",
   "configurations": [
-    {
-      "type": "node",
-      "request": "launch",
-      "name": "Debug Simulator via npm",
-      "cwd": "${workspaceFolder}",
-      "preLaunchTask": "Build",
-      "runtimeExecutable": "npm",
-      "runtimeArgs": ["run-script", "start:debug"],
-      "skipFiles": ["<node_internals>/**"],
-      "stopOnEntry": true
-    },
     {
       "type": "node",
       "request": "launch",