microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.61k stars 275 forks source link

Interaction Issue with Qt UI Application in WSL After Creating and Opening Workspace in VSCode #10137

Closed littleflashback closed 4 weeks ago

littleflashback commented 1 month ago

I am running a Qt ui application in WSL. After I create a workspace in VSCode and open its source folder, I can no longer interact with the buttons in the GUI through mouse clicks, including the close window button (keyboard input remains functional). The logs from the application look normal.

aeschli commented 1 month ago

Can you give more details how VS Code and the WSL extension is involved here? VS Coce is typically run as a Windows UI application and only the backend is run in WSL. Your application runs in a integrated terminal? Or in a separate terminal?

vs-code-engineering[bot] commented 4 weeks ago

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!