launch.json update
This commit is contained in:
parent
836bf6240e
commit
41db18e1ed
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -8,10 +8,16 @@
|
||||
"name": "Launch addon",
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"port":6000,
|
||||
"port": 6000,
|
||||
"reAttach": true,
|
||||
"addonType": "webExtension",
|
||||
"addonPath": "${workspaceFolder}/dist-ff",
|
||||
"pathMappings": [
|
||||
{
|
||||
"url": "webpack:///",
|
||||
"path": "${workspaceFolder}/src/"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"firefox": {
|
||||
|
Loading…
Reference in New Issue
Block a user