diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-13 04:50:56 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-13 04:50:56 -0500 |
| commit | c93c3e1970c6ecc91b60f1782e82b1bfdc7fef30 (patch) | |
| tree | 47c30b57d3ec6ac3d1f535e8186c0cf527640010 /.vscode/launch.json | |
| parent | 46a4c26dbadefaf981637f79fb5f76e458baac9d (diff) | |
A lot of stuff working, a lot of other stuff not working
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 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", |
