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

No suggestions sticks around when typing #239791

Closed
Tyriar opened this issue Feb 6, 2025 · 0 comments · Fixed by #242699
Closed

No suggestions sticks around when typing #239791

Tyriar opened this issue Feb 6, 2025 · 0 comments · Fixed by #242699
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug terminal-suggest unreleased Patch has not yet been released in VS Code Insiders
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 6, 2025

Repro:

  1. Windows/pwsh (maybe not needed)
  2. Open termina
  3. Type "
  4. ctrl+space, "No suggestions" should show
  5. Keep typing, 🐛 no suggestions should disappear

Image
Image

The editor does keep it around, but it moves with the cursor:

Image

After backspacing it will show valid suggestions for the word:

Image

Hiding is the easy fix currently it seems we simply lose track of it, even across lines.

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug terminal-suggest labels Feb 6, 2025
@Tyriar Tyriar added this to the February 2025 milestone Feb 6, 2025
@Tyriar Tyriar assigned Tyriar and meganrogge and unassigned Tyriar Feb 6, 2025
@meganrogge meganrogge modified the milestones: February 2025, March 2025 Feb 24, 2025
meganrogge added a commit that referenced this issue Mar 5, 2025
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug terminal-suggest unreleased Patch has not yet been released in VS Code Insiders
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants