Skip to content

Commit

Permalink
fix: unable to debug in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Nov 19, 2024
1 parent edb14d3 commit f9cbb83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
"configurations": [
{
"name": "Debug",
"type": "chrome",
"type": "firefox",
"request": "launch",
"url": "http://localhost:8080",
"webRoot": "${workspaceRoot}/out/debug",
"presentation": {
"hidden": false,
"group": "",
"order": 1
}
},
"pathMappings": [{
"url": "http://localhost:8080",
"path": "${workspaceFolder}"
}]
}
]
}

0 comments on commit f9cbb83

Please sign in to comment.