From: Jérôme Benoit Date: Thu, 4 Aug 2022 14:10:25 +0000 (+0200) Subject: Refine VScode launch configurations X-Git-Tag: v1.1.65~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=af710091571dde895049d760a446bec35b1446e6;p=e-mobility-charging-stations-simulator.git Refine VScode launch configurations Signed-off-by: Jérôme Benoit --- 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}",