Skip to content

Commit

Permalink
Use firefox for debugging, instead of Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Aug 27, 2024
1 parent 6d248b7 commit ebda3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"type": "firefox",
"request": "launch",
"name": "Launch Chrome against localhost",
"name": "Launch FF against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
Expand Down

0 comments on commit ebda3e9

Please sign in to comment.