X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=d89584673667e4760be43992f61254975890d798;hb=0627d9be725bc203ae940af33748879ac267b5b1;hp=e8114e91ee9ddd1d6edd267ae445b675318045c0;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index e8114e91..d8958467 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "type": "pwa-node", + "type": "node", "request": "launch", "name": "Debug Simulator via npm", "cwd": "${workspaceFolder}", @@ -16,7 +16,7 @@ "stopOnEntry": true }, { - "type": "pwa-node", + "type": "node", "request": "launch", "name": "Debug Simulator Development Build via npm", "cwd": "${workspaceFolder}",