diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 01:22:40 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 01:22:40 -0500 |
| commit | 80a2f5540af2aae49685de09a2b94f216f10f0d7 (patch) | |
| tree | b9ed70d2d176e31e9d69312dd2587ed13165832f /.vscode/launch.json | |
| parent | 62e06a2c9ce5054777a7a790e5b03b96d3cd6425 (diff) | |
| parent | 41ff4813ddd9e6094d7d609c5960e1a614e00d7f (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into authentication
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 4b3b76f3a..81d901b39 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,11 @@ "sourceMaps": true, "breakOnLoad": true, "url": "http://localhost:1050/signup", - "webRoot": "${workspaceFolder}" + "webRoot": "${workspaceFolder}", + "skipFiles": [ + "${workspaceRoot}/node_modules/**/*.js", + "${workspaceRoot}/node_modules/**/*.ts", + ] }, { "type": "node", |
