插件 Remote X11

github 地址: https://github.com/joelspadin/vscode-remote-x11

根据其 README 中的介绍:

The Remote - SSH extension does not currently enable X11 forwarding (see issue #267). To work around this, the Remote X11 (SSH) extension creates an SSH connection to the remote machine with forwarding enabled in the background.

VSCode 远程开发,基于插件 Remote - SSH ,但是该插件未支持 X11 frowarding 功能(see issue #267)

Remote X11 插件的作用,就是创建 SSH 链接时,在后台启动对 X11 frowarding 的支持

X Server

插件 Remote X11 未自带 X Server 功能,因此需要额外安装

插件 Remote X11 官网介绍,可以安装 VcXsrv 、Cygwin/X 、 Xming 、 X410 等

尝试了下安装 VcXsrv ,非常简单;下载安装即可。下载网址: https://sourceforge.net/projects/vcxsrv/

测试

可以在远端机安装下有界面的软件,如 x11-apps 、 firefox 等

sudo apt-get install x11-apps
xclock

本地会弹出:
在这里插入图片描述

以上

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐