joelspadin / vscode-remote-x11

Visual Studio Code extension that sets the DISPLAY environment variable in remote workspaces
39 stars 9 forks source link

Sign Commit + remote x11 issue #56

Open rafarui opened 3 years ago

rafarui commented 3 years ago

Hello, this extension is great. I have been using it to debug some python GUI I am working with and it works flawlessly.

I have one question, it seems this happens when I don't have an x11 server opened in the window host. When I try to sign a commit via terminal in VScode it takes forever to prompt the passphrase for the sign. (it should be directly in the terminal) When the server is open, it prompts a window over the window machine. I think it is because of the display set by the extension.

Have someone had this issue before and would know how can I bypass this?