vscode web版 搭建

即在远程编程的基础上,把经过node.js的远程通讯转为经过浏览器的通讯
                通讯应该比原有必定局限性
node


一键搭建代码:linux

systemctl stop firewalld.service
wget https://github.com/cdr/code-server/releases/download/3.0.1/code-server-3.0.1-linux-x86_64.tar.gz
tar -xzvf code-server-3.0.1-linux-x86_64.tar.gz  
#cd code-server-3.0.1-linux-x86_64
code-server-3.0.1-linux-x86_64/code-server --host *.****.* --port 8443 --auth none
#                                                 #域名、端口要填写    #无密码,没有auth none会自动生成密码在console
#./code-server --auth password --port 82 #设置默认密码和端口


浏览器访问 http://*.****.*:8443
第一次加载有点慢git

跟远程vscode差很少
连接:github

相关文章
相关标签/搜索