Skip to content

Commit

Permalink
adding Firefox debug configuration to VS Code IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Oct 18, 2017
1 parent fbad6f3 commit ee2335d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"--allow-file-access-from-files"
],
"webRoot": "${workspaceRoot}"
},
{
"name": "Launch Firefox",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/revit2.html",
"windows": {
"file": "${workspaceRoot}\\revit2.html"
}
}
]
}

0 comments on commit ee2335d

Please sign in to comment.