Last active
October 31, 2020 21:27
-
-
Save johncovv/6738f02e532096e6429ecbe281ff5b62 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", | |
"protocol": "inspector", | |
"restart": true, | |
"name": "Debug", | |
"skipFiles": ["<node_internals>/**"], | |
"outFiles": ["${workspaceFolder}/**/*.js"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment