diff --git a/.vscode/launch.json b/.vscode/launch.json index 8d96487..00b0edc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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": {