赞
踩
下载code-cli,https://code.visualstudio.com/#alt-downloads
下载地址可在如下位置找到,https://vscode.dev
参考:https://code.visualstudio.com/docs/remote/tunnels#_using-the-code-cli
下载后执行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
code-cli启动过程中为什么要用github?
github做为p2p连接中间服务器,可以做nat hole,实现向日葵、teamview等效果,远程开发项目。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。