Skip to content

Commit

Permalink
Merge pull request #4782 from Tyriar/edge_debug
Browse files Browse the repository at this point in the history
Add edge debug target
  • Loading branch information
Tyriar committed Sep 10, 2023
2 parents c3fd1c2 + b50d214 commit 4241704
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@
{
"type": "chrome",
"request": "launch",
"name": "Demo Client",
"name": "Demo Client (Chrome)",
"url": "http://127.0.0.1:3000",
"webRoot": "${workspaceFolder}/"
},
{
"type": "msedge",
"request": "launch",
"name": "Demo Client (Edge)",
"url": "http://127.0.0.1:3000",
"webRoot": "${workspaceFolder}/"
},
Expand Down

0 comments on commit 4241704

Please sign in to comment.