Skip to content

Commit

Permalink
Adds msedge launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Amodio committed Jun 8, 2020
1 parent af949ef commit 87689f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,18 @@
"order": 3
}
},
{
"type": "pwa-msedge",
"request": "launch",
"name": "VS Code (Web, Edge)",
"url": "http://localhost:8080",
"pauseForSourceMap": false,
"preLaunchTask": "Run web",
"presentation": {
"group": "0_vscode",
"order": 3
}
},
{
"type": "node",
"request": "launch",
Expand Down

0 comments on commit 87689f9

Please sign in to comment.