Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support skipfiles and entries starting with '!' #21542

Closed
mmc41 opened this issue Feb 28, 2017 · 3 comments
Closed

Please support skipfiles and entries starting with '!' #21542

mmc41 opened this issue Feb 28, 2017 · 3 comments
Assignees

Comments

@mmc41
Copy link

mmc41 commented Feb 28, 2017

  • VSCode Version: 1.9.1
  • OS Version: OS X 10.12

When using component-based development with node (multiple of my own npm packages in play) and when debugging a project, it is very useful to be able to skip all node_modules EXCEPT one's own npm's (see example below). Unfortunately, when trying to do so, I get a msg "skipFiles entries starting with '!' aren't supported and will be ignored."

        "skipFiles": [
	       "${workspaceRoot}/node_modules/**/*.js",
                "!${workspaceRoot}/node_modules/my-own-module**/*.js"
	 ],
@weinand
Copy link
Contributor

weinand commented Feb 28, 2017

For the debug type 'node' glob patterns with '!' are supported.
@roblourens for 'node2' this is not implemented, right?

@mmc41
Copy link
Author

mmc41 commented Feb 28, 2017

Forgot to say, that I am using node2

@roblourens
Copy link
Member

Tracking it here: microsoft/vscode-chrome-debug-core#137

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants