Skip to content

Commit 87689f9

Browse files
author
Eric Amodio
committed
Adds msedge launch config
1 parent af949ef commit 87689f9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,18 @@
253253
"order": 3
254254
}
255255
},
256+
{
257+
"type": "pwa-msedge",
258+
"request": "launch",
259+
"name": "VS Code (Web, Edge)",
260+
"url": "http://localhost:8080",
261+
"pauseForSourceMap": false,
262+
"preLaunchTask": "Run web",
263+
"presentation": {
264+
"group": "0_vscode",
265+
"order": 3
266+
}
267+
},
256268
{
257269
"type": "node",
258270
"request": "launch",

0 commit comments

Comments
 (0)