aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-14 02:47:28 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-14 02:47:28 -0500
commitddd503f21dc4b3368d80b4be475817cd9a13fcd1 (patch)
tree5a235f3405fb3c5e1c7bb9db852ef73ddbfb2b75 /.vscode/launch.json
parentff25c29c6801b1858ce6cd15a5735dba1fc67e8c (diff)
getting there?
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9a0a9afb4..6819ffbf2 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -47,5 +47,15 @@
"internalConsoleOptions": "openOnSessionStart",
"protocol": "inspector"
},
+ {
+ "type": "node",
+ "request": "launch",
+ "name": "Launch via NPM",
+ "runtimeExecutable": "npm",
+ "runtimeArgs": [
+ "start"
+ ],
+ "port": 9229
+ }
]
} \ No newline at end of file