vscode server

下载code-cli,https://code.visualstudio.com/#alt-downloads
在这里插入图片描述
下载地址可在如下位置找到,https://vscode.dev
在这里插入图片描述

参考:https://code.visualstudio.com/docs/remote/tunnels#_using-the-code-cli

code tunnel

下载后执行code tunnel,中间需要访问github,输入use code后面的编码才能继续
在这里插入图片描述
浏览器打开链接即可访问远程电脑


在这里插入图片描述

或者在vscode插件remote server中使用tunnel链接访问
在这里插入图片描述
插件中输入网址https://vscode.dev/tunnel后面名称即可记录,名称可以在登录github得过程中,按照提示修改。每次登录都需要访问github

设置服务和自启动

./code tunnel service install
systemctl --user enable --now code-tunnel

github中间服务器

code-cli启动过程中为什么要用github?

github做为p2p连接中间服务器,可以做nat hole,实现向日葵、teamview等效果,远程开发项目。

Logo

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

更多推荐