-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Clicking into VSCode in RDP session opens search menu #234
Comments
I have the same problem, @kasecato could you fix it asap. |
@iceshou CC: @FluffyPorkBuns If we disable [
{
"key": "shift shift",
"mac": "shift shift",
"command": "-workbench.action.quickOpen",
"intellij": "Search everywhere"
}
] |
Had the same issue, and indeed disabling the |
I created an environment using VirtualBox 7 with Win11 Enterprise image. I installed this extension to Win11 Pro on VM, activated RDP, and connected from Win11 Home, but can't reproduced it. If this still happens, please use this workaround for now |
I reproduced this when I'm using it by the window mode, not reproduced it on the full screen mode |
This only started happening in the last few days or so but I work in VSCode with this extension via a Remote Desktop Connection from a Windows 10 PC into another Windows 10 PC. When I click away from my remote desktop session and then click back into VSCode within my RDP session this extension causes the "Search files by name" menu to pop up.
Sometimes it only blinks into existence for a split second, sometimes it stays open. But either way it's aggravating because it causes random files to open because my cursor when I'm clicking back into VSCode will highlight a file in the "recently opened" file list that's underneath the "Search files by name" search field and click it in that split second that it's open.
I should add that the problem goes away when I turn off this extension.
The text was updated successfully, but these errors were encountered: