Skip to content

Commit

Permalink
chore: update Firefox Developer Edition path in launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Jun 16, 2024
1 parent 4243d31 commit 274e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"reAttach": true,
"url": "http://localhost:5173/",
"firefoxExecutable": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
"firefoxExecutable": "C:\\Program Files\\Firefox Developer Edition\\firefox.exe",
"pathMappings": [
{
"url": "http://localhost:5173/@vite/client.ts",
Expand Down

0 comments on commit 274e082

Please sign in to comment.