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