-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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] only focus an editor if it's revealed #7903
Conversation
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Somehow, I managed to break it 😕 I extracted that part from the screencast but it is 100MB, I cannot upload it. It must be related to toggling the Explorer. After that I could not write into the editor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that opening an editor from search results in the Search or Reference views does not focus the editor. Is that related to this change?
it is intended that you can navigate with keyboard between results and preview them. |
@kittaakos on Mac, I use licecap it can create small gifs |
I would expect a preview editor in that case. Double-click on a search result should focus the respective code part. But that's unrelated to this PR, I found no other issues 👍 |
I think this change fixes this too: #6298 |
@kittaakos Should we close it? Did you verify it? |
What it does
How to test
Go to Symbol...
orGo to line
quick palette are opened closes the panel and gives the focus to the proper editorReview checklist
Reminder for reviewers