Skip to content

Instantly share code, notes, and snippets.

@andrerpena
Created April 16, 2018 04:53
Show Gist options
  • Save andrerpena/6987ef0ce8358178c71f465da37cbf21 to your computer and use it in GitHub Desktop.
Save andrerpena/6987ef0ce8358178c71f465da37cbf21 to your computer and use it in GitHub Desktop.
VS Code launch.json for attaching to the Node assuming there is only 1 debugging session
{
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment