新增 Service:VS Code

2026-05-11 01:48:32 +00:00
parent c7a0622f99
commit 782fda6227
+11
@@ -0,0 +1,11 @@
安裝 VS Code
```bash
curl -fsSL https://code-server.dev | sh
```
啟動服務
```bash
systemctl daemon-reload && systemctl enable --now code-server@$USER && systemctl start code-server@$USER && systemctl status code-server@$USER
```