Last active
October 22, 2015 19:05
-
-
Save scottaddie/1e44dae914f75da3544f to your computer and use it in GitHub Desktop.
VS Code launch configuration for Node.js debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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