Skip to content

Test: QuickOpen file search #11035

Closed
Closed
@chrmarti

Description

@chrmarti

Testing QuickOpen's file search for regressions from #55.

Functionality:

  • Search term is fuzzy matched to file names in the workspace
  • "files.exclude" and "search.exclude" settings are applied
    • except for absolute file paths
    • except for workspace relative file paths
  • Adding/removing files/folders is reflected in the QuickOpen results the next time it is opened
    • Full disclosure: At first results can be served from an old cache, further typing will switch to an updated cache when available

Corner-cases:

  • Circular symlinks and symlinks in general
  • Mounted network drives
  • Network paths (Windows only?)
  • Folders that contain files/folders that need permission elevation to access
  • Folders with > 255 characters on Windows
  • Files/folders with non-ascii characters in their names etc.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions