Last active
June 7, 2018 02:23
-
-
Save glaucia86/774662796889a99af6a1ce649871ccd2 to your computer and use it in GitHub Desktop.
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.2.0", | |
"configurations": [ | |
{ | |
"name": "Attach to Node", | |
"type": "node", | |
"request": "attach", | |
"port": 9229, | |
"restart": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment