FindTextInFiles
doesn't support comma-separated globs with {}
#169422
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
search
Search widget and operation issues
search-api
verified
Verification succeeded
Milestone
Try extension with:
...and a workspace with files a/hello.txt and b/hello.txt both containing foo. Entering a glob for
a/*.*
orb/*.*
will work, but{a/*.*,b/*.*}
will return no results.{a/*.*,b/*.*}
is a valid glob and should workThe text was updated successfully, but these errors were encountered: