| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| "runtimeExecutable": "${workspaceFolder}/node" | ||
| "runtimeExecutable": "${workspaceFolder}/node", | ||
| "skipFiles": [ | ||
| // VSCode excludes node internals by default. Uncomment this to include them. |
There was a problem hiding this comment.
I don't think vscode skips <node_internals> by default. The document also suggests that the config has to be manually added: https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_additional-configuration
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As titled. This change will enable debugging node internals by default which for core makes the most sense. Includes a comment for folks to understand how to disable that if they want the original behavior.