aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-21 05:50:39 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-21 05:50:39 -0400
commiteba9b167d1fa9f5638d75a35406577f6df5297d3 (patch)
tree1a9eabb9ee8aec3c0b1637d5540c21d5a88b86c9 /.vscode/launch.json
parentc91a87d8e324089166373ec828f101836555585a (diff)
parent505676028698f22e46854fdd8ea25ea3118b5d6f (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d245be2ad..3b6549767 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -14,6 +14,15 @@
"webRoot": "${workspaceFolder}",
},
{
+ "type": "firefox",
+ "request": "launch",
+ "name": "Launch Firefox against localhost",
+ "sourceMaps": "client",
+ "reAttach": true,
+ "url": "http://localhost:1050/login",
+ "webRoot": "${workspaceFolder}",
+ },
+ {
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against Dash server",