4
Service:VS Code
Jeffery edited this page 2026-05-11 01:58:25 +00:00
更新套件
apt update && apt install -y curl
安裝 VS Code
curl -fsSL https://code-server.dev/install.sh | sh
啟動服務
systemctl daemon-reload && systemctl enable --now code-server@$USER && systemctl start code-server@$USER && systemctl status code-server@$USER
預設密碼
cat ~/.config/code-server/config.yaml