Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active October 22, 2015 19:05
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 scottaddie/1e44dae914f75da3544f to your computer and use it in GitHub Desktop.
Save scottaddie/1e44dae914f75da3544f to your computer and use it in GitHub Desktop.
VS Code launch configuration for Node.js debugging
{
"version": "0.1.0",
"configurations": [
{
"name": "Debug Mocha Test",
"type": "node",
"address": "localhost",
"port": 5858,
"sourceMaps": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment