diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-05-09 20:31:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-09 20:31:52 -0400 |
| commit | 30aaf7c496eb4cbebac1e4cf9e0695cd286c63f2 (patch) | |
| tree | fe887b7862ed82b7b59d657146ea8e627174ece7 /.vscode | |
| parent | 6691c55623fff5194b5fd1a830096e3925281301 (diff) | |
| parent | b18aec5d4b07bbc859a5b1b2d22ca3bd92ca53cd (diff) | |
Merge pull request #130 from browngraphicslab/new_search
New search
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 9 |
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", |
