Last active
July 29, 2019 10:59
-
-
Save modestfake/0be29ced00fce1d1f1cd214d2160a470 to your computer and use it in GitHub Desktop.
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
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "attach", | |
"name": "Attach to master", | |
"port": 5858, | |
"skipFiles": [ | |
"node_modules/**/*.js", | |
"<node_internals>/**/*.js" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment