diff options
Diffstat (limited to 'users/Profpatsch/.vscode')
-rw-r--r-- | users/Profpatsch/.vscode/launch.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/Profpatsch/.vscode/launch.json b/users/Profpatsch/.vscode/launch.json index 54f510e091ec..dca6a4dc617c 100644 --- a/users/Profpatsch/.vscode/launch.json +++ b/users/Profpatsch/.vscode/launch.json @@ -5,6 +5,15 @@ "version": "0.2.0", "configurations": [ { + "name": "node: Attach to running process", + "port": 9229, + "request": "attach", + "skipFiles": [ + "<node_internals>/**" + ], + "type": "node" + }, + { "name": "run declib", "type": "node", "cwd": "${workspaceFolder}/declib", |