Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MVesuviusC/eaac41b8d2c73a2b50e24b5bdd41af65 to your computer and use it in GitHub Desktop.
Save MVesuviusC/eaac41b8d2c73a2b50e24b5bdd41af65 to your computer and use it in GitHub Desktop.
Help vscode with X11 on windows machines
Create new account environment variable on your windows machine named DISPLAY with value of localhost:0.0
Make sure mobaxterm is running (or whatever X11 you want)
In your "Configure SSH Hosts" menu, put this under each Host:
ForwardX11 yes
ForwardX11Trusted yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment