diff --git a/.vscode/launch.json b/.vscode/launch.json index 3c2512e021..dc586212f2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,6 +18,20 @@ "url": "${workspaceFolder}/src/index.html", "webRoot": "${workspaceFolder}/src" }, + { + "name": "Launch Source Windows", + "type": "firefox", + "request": "launch", + "reAttach": false, + "reloadOnChange": { + "watch": ["${workspaceFolder}\\src\\**\\*.js", "${workspaceFolder}\\src\\**\\*.html"], + "ignore": "**\\node_modules\\**" + }, + "internalConsoleOptions": "openOnSessionStart", + "firefoxArgs": ["-devtools"], + "url": "${workspaceFolder}\\src\\index.html", + "webRoot": "${workspaceFolder}\\src" + }, { "name": "Launch Test", "type": "firefox",