Skip to content

Commit

Permalink
launch source windows added
Browse files Browse the repository at this point in the history
  • Loading branch information
Valetin Berger committed Nov 18, 2020
1 parent b742c3c commit 0cdac9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0cdac9a

Please sign in to comment.