-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
XMING + Putty on Windows 10 cannot launch VSCODE #35553
Comments
Are you trying to run the Linux version of VS Code under Windows via xming? |
Correct. I am running a Windows 10 machine and using putty with x11 forwarding to ssh into a remote machine. Xming is the xserver on the local Windows machine. I want to work on a remote linux host, and x-forwarding VS Code seemed like a more practical solution than setting up sshfs and ssh to get files and terminal to point to the remote version. To be more specific, the linux host is running I do not have root permissions on the remote machine, so I installed vscode using the tar in my home directory. Currently I am running version VS Code 1.15.0, but could update if you think that would be helpful. |
Unfortunately we do not support launching VS Code using an X server for similar reasons to why launching in WSL doesn't work. When there is movement on #13138, support for this may be improved. |
Word on the stack overflow grapevine is that VcXsrv works. I'll test it and report back. |
VcXsrv gives the same error behavior. |
I am running
putty
on windows 10 configured to xforward usingxming
$ xclock
works as expectedbut if I do
$ code
I get
and nothing shows up.
This is different from #13438 as it is not using WSL.
The text was updated successfully, but these errors were encountered: