跳至主要內容

服务器上安装vscode-远程写代码

爱喝水的木子...小于 1 分钟devcodeserverdev

服务器上安装vscode,远程写代码

安装

curl -fOL https://github.com/coder/code-server/releases/download/v4.2.0/code-server_4.2.0_amd64.deb

修改配置

vim ~/.config/code-server/config.yaml
bind-addr:后面的部分改成0.0.0.0:xxxx(xxxx表示端口号,可随意设置)
password:后面的部分改成你想要的密码

启动

code-server

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.1.3