diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-20 21:29:17 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-20 21:29:17 -0400 |
| commit | 060455feec89c94073636f612ccca54a0aaabb90 (patch) | |
| tree | 2216998d0db90cc09db30e7c3307845006c80054 /.vscode/launch.json | |
| parent | 70930405f8bdf43c05a77cb3dcbdadcbd3c9ab70 (diff) | |
fixed a few things for Firefox - dragging images, typing spaces, scrool speed. and focusing proeprly with zoomBasis.
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 9 |
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", |
