repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54408e3
)
Refine VScode launch configurations
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 4 Aug 2022 14:10:25 +0000
(16:10 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 4 Aug 2022 14:10:25 +0000
(16:10 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/launch.json
patch
|
blob
|
blame
|
history
diff --git
a/.vscode/launch.json
b/.vscode/launch.json
index e8114e91ee9ddd1d6edd267ae445b675318045c0..d89584673667e4760be43992f61254975890d798 100644
(file)
--- 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}",