Created
March 10, 2017 18:20
-
-
Save auchenberg/b48f87671b8ee40bb504ea27bd997072 to your computer and use it in GitHub Desktop.
VS Code Node inspector launch
This file contains hidden or 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
{ | |
"configurations": [ | |
{ | |
"name": "Node", | |
"type": "node", | |
"request": "launch", | |
"protocol": "inspector", | |
"program": "${workspaceRoot}/server.js" | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment