diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-03-09 15:59:36 -0500 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-03-09 15:59:36 -0500 |
| commit | 30b082a9d94465ae24d9c392843518e8df2c9d66 (patch) | |
| tree | 01c464b96defe06b2c99e8e298b9287901d4d9b0 /.vscode | |
| parent | 12d20ab1b9b843d816bde445d9b67b3aa6abc6ae (diff) | |
| parent | 96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff) | |
merging
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 9a0a9afb4..074f9ddf0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "sourceMaps": true, "breakOnLoad": true, "url": "http://localhost:1050", - "webRoot": "${workspaceFolder}" + "webRoot": "${workspaceFolder}", }, { "type": "node", @@ -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 |
