FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

add skipFiles override by default for VSCode by Ethan-Arrowood · Pull Request #14 · nodejs/node-code-ide-configs · GitHub

add skipFiles override by default for VSCode - #14

Open
Ethan-Arrowood wants to merge 1 commit into
nodejs:mainfrom
Ethan-Arrowood:include-skip-files-by-default
Open

add skipFiles override by default for VSCode#14
Ethan-Arrowood wants to merge 1 commit into
nodejs:mainfrom
Ethan-Arrowood:include-skip-files-by-default

Conversation

Copy link
Copy Markdown

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.

Comment thread .vscode/launch.json
"runtimeExecutable": "${workspaceFolder}/node"
"runtimeExecutable": "${workspaceFolder}/node",
"skipFiles": [
// VSCode excludes node internals by default. Uncomment this to include them.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL