X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=47cb8a6a112bb2611be99eade7eb98e6e8344cc4;hb=e9a4164c46a1cf3d5761f06446dc7b46b98372ad;hp=075bb3f99ecac7fdbc71a7f8df7ca0d6a958b370;hpb=39efd40d46487e9266edc1acbc92b75be16b0b25;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 075bb3f9..47cb8a6a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,6 @@ "request": "launch", "name": "Debug Simulator via npm", "cwd": "${workspaceFolder}", - "preLaunchTask": "npm: build", "runtimeExecutable": "npm", "runtimeArgs": ["run-script", "start:debug"], "skipFiles": ["/**"], @@ -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": ["/**"],