Skip to content

FindFiles with RelativePattern matching error #68125

@go2sh

Description

@go2sh
  • 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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsearchSearch widget and operation issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions