diff options
Diffstat (limited to '')
| -rw-r--r-- | .vscode/launch.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 29a8b1a..9d00da5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,15 +16,6 @@ "<node_internals>/**" ], "type": "node" - }, - { - "type": "node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "<node_internals>/**" - ], - "program": "${file}" } ] }
\ No newline at end of file |
