aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-05-07 16:34:00 -0400
committerMonika Hedman <monika_hedman@brown.edu>2019-05-07 16:34:00 -0400
commitef54fbecd832e4c8f31144ab9fa217146833a397 (patch)
tree4bf8367cc6456f2a3eb23c242adda17dc7999f85 /.vscode/launch.json
parent93d2214b84eaef61c9a9f980d24b5c1addbd67dc (diff)
parent14c776b6d30e0bc0d5b3712f28e4b9f1170eae3b (diff)
pulled from new search
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 fb91a1080..e92a4949a 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -15,6 +15,15 @@
},
{
"type": "node",
+ "request": "attach",
+ "name": "Typescript Server",
+ "protocol": "inspector",
+ "port": 9229,
+ "localRoot": "${workspaceFolder}",
+ "remoteRoot": "."
+ },
+ {
+ "type": "node",
"request": "launch",
"name": "Mocha Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",