Skip to content

Instantly share code, notes, and snippets.

@johncovv
Last active October 31, 2020 21:27
Show Gist options
  • Save johncovv/6738f02e532096e6429ecbe281ff5b62 to your computer and use it in GitHub Desktop.
Save johncovv/6738f02e532096e6429ecbe281ff5b62 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"protocol": "inspector",
"restart": true,
"name": "Debug",
"skipFiles": ["<node_internals>/**"],
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment