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