You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roblourens opened this issue
Mar 5, 2019
· 1 comment
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releasesearchSearch widget and operation issuesverifiedVerification succeeded
In 1.31, it returns no results because findFiles takes a single glob pattern
In 1.32, it returns results because the include and exclude patterns for findFiles are split on the comma
The text was updated successfully, but these errors were encountered:
roblourens
added
bug
Issue identified by VS Code Team member as probable bug
search
Search widget and operation issues
candidate
Issue identified as probable candidate for fixing in the next release
labels
Mar 5, 2019
This is a candidate because it would be an API change. If we want to support multiple glob patterns we should use an array like we discussed in #38545. Parsing a comma-delimited string in this API feels wrong.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releasesearchSearch widget and operation issuesverifiedVerification succeeded
Use this code in an extension, run the command
findFiles
takes a single glob patternfindFiles
are split on the commaThe text was updated successfully, but these errors were encountered: