X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=e8114e91ee9ddd1d6edd267ae445b675318045c0;hb=073bd0984b486270c4537353b7e96b7111adcbb3;hp=5c8aa82b4f96dcd045bf6d9fc96aa11a2422d5d1;hpb=05745045efc825738ba9ba4b30d4d4ec932a5dd3;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 5c8aa82b..e8114e91 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,13 +11,8 @@ "cwd": "${workspaceFolder}", "preLaunchTask": "Build", "runtimeExecutable": "npm", - "runtimeArgs": [ - "run-script", - "start:debug" - ], - "skipFiles": [ - "/**" - ], + "runtimeArgs": ["run-script", "start:debug"], + "skipFiles": ["/**"], "stopOnEntry": true }, { @@ -26,13 +21,8 @@ "name": "Debug Simulator Development Build via npm", "cwd": "${workspaceFolder}", "runtimeExecutable": "npm", - "runtimeArgs": [ - "run-script", - "start:dev:debug" - ], - "skipFiles": [ - "/**" - ], + "runtimeArgs": ["run-script", "start:dev:debug"], + "skipFiles": ["/**"], "stopOnEntry": true } ]