Skip to content

Commit

Permalink
debug interface config for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed Oct 19, 2024
1 parent 16dd378 commit 7f6b52c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"configurations": [
{
"type": "firefox",
"request": "launch",
"reAttach": true,
"name": "Launch add-on",
"addonPath": "${workspaceFolder}/FirefoxExtension",
"reloadOnChange": {
"watch": [ "${workspaceFolder}/FirefoxExtension/*.js" ],
"ignore": [ "${workspaceFolder}/ChromeExtension/**" ]
}
}
]
}

0 comments on commit 7f6b52c

Please sign in to comment.