aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-02-25 17:33:05 -0500
committermadelinegr <mgriswold99@gmail.com>2019-02-25 17:33:05 -0500
commitdfe69e008b073a5c1dace2dc047e6696318e4720 (patch)
tree522d81c60a0411d79f599ba73b068b5ecda7364f /.vscode/launch.json
parentd091617fa9a8c43914fb754ca170cb3b2750d1af (diff)
parentbb418216efa9cc2e191b970e4cbe5080f4fd2b87 (diff)
mer con
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9a0a9afb4..8aa197fa5 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",
@@ -47,5 +51,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