Skip to content

Instantly share code, notes, and snippets.

@modestfake
Last active July 29, 2019 10:59
Show Gist options
  • Save modestfake/0be29ced00fce1d1f1cd214d2160a470 to your computer and use it in GitHub Desktop.
Save modestfake/0be29ced00fce1d1f1cd214d2160a470 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to master",
"port": 5858,
"skipFiles": [
"node_modules/**/*.js",
"<node_internals>/**/*.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment