Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: QuickOpen file search #11035

Closed
3 of 14 tasks
chrmarti opened this issue Aug 26, 2016 · 0 comments
Closed
3 of 14 tasks

Test: QuickOpen file search #11035

chrmarti opened this issue Aug 26, 2016 · 0 comments
Assignees
Milestone

Comments

@chrmarti
Copy link
Collaborator

chrmarti commented Aug 26, 2016

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants