赞
踩
https://github.com/cdr/code-server/releaseshttps://github.com/cdr/code-server/releases
将下载的code-server二进制包解压缩,在终端运行 ./code-server 即可在服务器端启动VScode,然后在浏览器中输入 https://localhost:8443 并输入密码即可运行。(如果经常使用可以将其加入环境变量中)
修改配置文件:
vi ~/.config/code-server/config.yaml
bind-addr: 127.0.0.1:8080 //绑定的IP和端口号,如果要允许外网访问,改为0.0.0.0
auth: password //认证方式
password: be4360cd9b5dabbcebd940f2 //密码
cert: false //是否启用https
下面以python插件为例演示插件的安装。
在github找到python插件的.VSIX文件,用wget下载到本地。
在线安装
VScode中python调试
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。