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

Unable to search the command palette with special characters #118469

Closed
nimrossum opened this issue Mar 8, 2021 · 3 comments
Closed

Unable to search the command palette with special characters #118469

nimrossum opened this issue Mar 8, 2021 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@nimrossum
Copy link

nimrossum commented Mar 8, 2021

  • VS Code Version: 1.54.1
  • OS Version: Windows 10 Pro build 19042.804

Steps to Reproduce:

  1. Install, for example, the ionide F# extension
  2. Search the command palette for F#

Does this issue occur when all extensions are disabled?: Not relevant

image

@chrmarti
Copy link
Collaborator

quickInputList.ts is using matchesFuzzy in filters.ts for filtering.

@bpasero
Copy link
Member

bpasero commented Mar 10, 2021

/duplicate #27317

@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@bpasero @nimrossum @chrmarti and others