-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Editor does not restore focus after exiting command panel #183890
Comments
The problem you are facing is the editor focus disappears when you close the panel with a short cut key? How do you want to fix the bug? I think i can work on this issue |
hi @ANSHTYAGI7 I don't have a clue yet. I don't know if this was deliberately done in the browser? @aeschli Do you know something about this interaction? |
Are you able to repro this behavior in https://insiders.vscode.dev ? |
hi @TylerLeonhardt Its performance is normal in https://insiders.vscode.dev/ |
Hmmm I am suspicious of an extension or configuration issue. Can you open vscode.dev in an incognito/private window and tell me how it goes? |
However, it seems that it should not be caused by vscode, but may be the reason for extension. I think this issue could be closed |
Here are a couple of ideas for fixing this:
|
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
vscode.dev
, just open a project space and open a file, the editor is in focus at this timecmd + p
to call Command Panel, then pressesc
to exit Command PanelThe text was updated successfully, but these errors were encountered: