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

hasNavigatedSuggest should be cleared after widget hides #242582

Closed
meganrogge opened this issue Mar 4, 2025 · 0 comments · Fixed by #242584
Closed

hasNavigatedSuggest should be cleared after widget hides #242582

meganrogge opened this issue Mar 4, 2025 · 0 comments · Fixed by #242584
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

@meganrogge
Copy link
Contributor

meganrogge commented Mar 4, 2025

  1. enable terminal suggest and terminal.integrated.suggest.upArrowNavigatesHistory
  2. type and enter echo hello
  3. type e and up arrow
  4. ✅ history is navigated and the widget closes
  5. clear and type echo
  6. hit down arrow then up arrow twice
  7. ✅ suggest widget is navigated instead of history
  8. hit enter
  9. type and e and up arrow
  10. 🐛 widget is navigated instead of history
@meganrogge meganrogge self-assigned this Mar 4, 2025
@meganrogge meganrogge added bug Issue identified by VS Code Team member as probable bug terminal-suggest labels Mar 4, 2025
@meganrogge meganrogge added this to the March 2025 milestone Mar 4, 2025
@meganrogge meganrogge changed the title hasNavigatedSuggest should be cleared after command is executed hasNavigatedSuggest should be cleared after widget hides Mar 4, 2025
meganrogge added a commit that referenced this issue Mar 4, 2025
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Mar 4, 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.

1 participant