Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopugit/7b3207ce06265f27ea9e18aa33f059f2 to your computer and use it in GitHub Desktop.
Save lopugit/7b3207ce06265f27ea9e18aa33f059f2 to your computer and use it in GitHub Desktop.
Launch current node.js file VS code launch.json debugger debug
{
"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