Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

skipFile pattern with ".*" is not handled correctly #268

Closed
roblourens opened this issue Jan 19, 2018 · 0 comments
Closed

skipFile pattern with ".*" is not handled correctly #268

roblourens opened this issue Jan 19, 2018 · 0 comments
Assignees
Labels

Comments

@roblourens
Copy link
Member

In the vscode repo, add

"skipFiles": [
    "**/winjs.*.js"
],

See that winjs.base.raw.js is not skipped properly.

pathGlobToBlackboxedRegex just needs to know that . is always a literal, not a regex char.

@roblourens roblourens added the bug label Jan 19, 2018
@roblourens roblourens self-assigned this Jan 19, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant