You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the code I think i understand the issue now:
We apply keystrokes either to focused monaco editor or last focused tracked by us. We have to do it since we don’t track inline (debug console) and embedded editors (editor in peek reference), but Monaco does. Plus it is the same what VS Code do.
When we ask Monaco to focus something it expects that the editor is already revealed and forcefully override hasFocus flag.
So in the situation when the widget is not revealed we apply keystrokes to wrong Monaco editor.
I can reproduce it by triggering Go to symbol… and changing the editor. First the quick pick does not get closed on an editor change and when i close it, it tries to focus the old editor.
Bug Description:
Steps to Reproduce:
I don't know how to reproduce it
but It happened several times
Additional Information
The text was updated successfully, but these errors were encountered: