Bootstrap

Ubuntu一键安装code-server体验WebIDE的爽快

code-server 配置修改如下

  1. 配置文件路径是 ~/.config/code-server/config.yaml
  2. 登陆密码是 abe123, 端口是 host_first_ip4:80
  3. 使用的插件目录是: $HOME/.vscode-remote
  4. Service的名字被重命名为 [email protected]

具体内容如下

#!/usr/bin/env bash
#--- Coding: UTF-8 ---
#=====================================================================
# COPYSTR: Copyright (c) 2022 By HuachenLink, All Rights Reserved.</
;