aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-02-18 23:02:26 -0500
committerGitHub <noreply@github.com>2019-02-18 23:02:26 -0500
commit70f0ba1275fa879e86d05c1aa3bb5b1567e3d04c (patch)
tree7744b7432aa9e65604f18a6a4db9d10c32f30480 /.vscode/launch.json
parent3f98d6ec6050e7faa15179871f0d9669c1188a78 (diff)
parent842f571bfb4952d12804a8dbdc66aedbf2bf6b81 (diff)
Merge pull request #6 from browngraphicslab/transforms
Transforms
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9a0a9afb4..546ede805 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,7 +11,11 @@
"sourceMaps": true,
"breakOnLoad": true,
"url": "http://localhost:1050",
- "webRoot": "${workspaceFolder}"
+ "webRoot": "${workspaceFolder}",
+ "skipFiles": [
+ "${workspaceRoot}/node_modules/**/*.js",
+ "${workspaceRoot}/node_modules/**/*.ts",
+ ]
},
{
"type": "node",