-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsearchSearch widget and operation issuesSearch widget and operation issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Insiders
- OS Version: Windows 7
Steps to Reproduce:
With the following folder structure:
CMakeFiles.txt
src/CMakeFiles.txt
And the following code:
vscode.workspace.findFiles(new vscode.RelativePattern(folder, "CMakeLists.txt"))
The code in 1.31 only returns the top-level file. The insiders code returns also the file under src, which from my point of view should not be found.
Does this issue occur when all extensions are disabled?: Issue with the extension api.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsearchSearch widget and operation issuesSearch widget and operation issuesverifiedVerification succeededVerification succeeded