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

Clicking into VSCode in RDP session opens search menu #234

Open
FluffyPorkBuns opened this issue Aug 4, 2021 · 7 comments
Open

Clicking into VSCode in RDP session opens search menu #234

FluffyPorkBuns opened this issue Aug 4, 2021 · 7 comments

Comments

@FluffyPorkBuns
Copy link

FluffyPorkBuns commented Aug 4, 2021

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.

@kasecato kasecato self-assigned this Oct 29, 2021
@iceshou
Copy link

iceshou commented Jan 20, 2023

I have the same problem, @kasecato could you fix it asap.

@kasecato
Copy link
Owner

kasecato commented Jan 20, 2023

@iceshou CC: @FluffyPorkBuns
Maybe from time to time, it might have been affected by the addition of shift shift (Search files by name: workbench.action.quickOpen).
https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/218/files

If we disable shift shift, does it stop?
keybindings.json

[
    {
        "key": "shift shift",
        "mac": "shift shift",
        "command": "-workbench.action.quickOpen",
        "intellij": "Search everywhere"
    }
]

@a-carvallo
Copy link

Had the same issue, and indeed disabling the shift shift shortcut solves the issue (despite never pressing the shift key).

@kasecato
Copy link
Owner

kasecato commented Mar 3, 2024

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
#234 (comment)

@kasecato
Copy link
Owner

kasecato commented Mar 3, 2024

I reproduced this when I'm using it by the window mode, not reproduced it on the full screen mode

@kasecato
Copy link
Owner

kasecato commented Mar 3, 2024

In the window mode, not the full screen mode
Screenshot 2024-03-03 205156

@kasecato kasecato removed the bug label Mar 3, 2024
@kasecato
Copy link
Owner

kasecato commented Mar 3, 2024

This issue was not reproduced in IntelliJ IDEA Ultimate Edition 2023, so maybe it's related issue with shift shift of VSCode-side

Screenshot 2024-03-03 212104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants