attempt at launch.json for debugging. Not very successful so far.
This commit is contained in:
parent
11d7e59645
commit
6ef744bfa5
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@ -5,10 +5,16 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"program": "${file}"
|
||||
"name": "Launch addon",
|
||||
"type": "firefox",
|
||||
"request": "attach",
|
||||
"port":6000,
|
||||
// "reAttach": true,
|
||||
"addonType": "webExtension",
|
||||
"addonPath": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
],
|
||||
"firefox": {
|
||||
"executable": "/usr/bin/firefox-developer-edition"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user