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

monaco: recently used commands not displaying #9919

Closed
vince-fugnitto opened this issue Aug 17, 2021 · 0 comments · Fixed by #9921
Closed

monaco: recently used commands not displaying #9919

vince-fugnitto opened this issue Aug 17, 2021 · 0 comments · Fixed by #9921
Labels
commands issues related to application commands monaco issues related to monaco

Comments

@vince-fugnitto
Copy link
Member

Bug Description:

I was finally able to identify the path that lead to the bug I noticed in #9727 (comment).

When we trigger the palette and type > (to trigger the quick-commands), we will not get the same recently used results as if we trigger F1 directly.

monaco-quick-commands-bug.mp4

Steps to Reproduce:

  1. ensure that you have a clean state
    • rm -rf ~/.theia
    • reset workbench layout
    • clear command history
    • close the application and restart
  2. trigger the quick-open (ctrlcmd+p) and type >
  3. execute a command, repeat for multiple commands
  4. triggering the quick-open with ctrlcmd+p will not yield recently-used results
  5. trigger F1 - the correct results will now appear

Additional Information

  • Operating System: Ubuntu 18.04
  • Theia Version: 7d637a1
@vince-fugnitto vince-fugnitto added monaco issues related to monaco commands issues related to application commands labels Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commands issues related to application commands monaco issues related to monaco
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant