Created
May 13, 2020 12:36
-
-
Save lopugit/7b3207ce06265f27ea9e18aa33f059f2 to your computer and use it in GitHub Desktop.
Launch current node.js file VS code launch.json debugger debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Current File", | |
"program": "${workspaceFolder}/${relativeFile}", | |
"skipFiles": [ | |
"<node_internals>/**" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment