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

Fixes quick find symbol finder shows 'no matching results' after backspace #101844

Merged
merged 2 commits into from
Jul 7, 2020

Conversation

jeanp413
Copy link
Contributor

@jeanp413 jeanp413 commented Jul 7, 2020

Just validating that the noResultsPick pick item does not get stored in this.pickState.lastGlobalPicks seems to fix the issue.

This PR fixes #101708

@bpasero bpasero self-requested a review July 7, 2020 10:21
@bpasero bpasero self-assigned this Jul 7, 2020
@bpasero bpasero added this to the July 2020 milestone Jul 7, 2020
@bpasero
Copy link
Member

bpasero commented Jul 7, 2020

Thanks, I pushed a small change to only do this trick when we are in a editor symbol search 👍

@bpasero bpasero merged commit ccd33c1 into microsoft:master Jul 7, 2020
@jeanp413 jeanp413 deleted the fix-101708 branch July 7, 2020 16:23
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode that referenced this pull request Jul 8, 2020
…space (microsoft#101844)

* Fixes microsoft#101708

* small polish

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Aug 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quick find symbol finder shows 'no matching results' after backspace
2 participants