From 41db18e1edd1c2a2284fd518329e45dd89ba2a64 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 27 Jun 2020 19:28:55 +0200 Subject: [PATCH] launch.json update --- .vscode/launch.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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": {