1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
icebergs/misc/coder/coder.shy
shylinux@163.com 8f12abd2f5 opt some
2022-08-26 10:38:37 +08:00

19 lines
510 B
Plaintext

section "code-server"
refer `
官网 https://coder.com/
源码 https://github.com/coder/code-server/
`
field web.code.coder.server
shell `
wget https://github.com/coder/code-server/releases/download/v4.4.0/code-server-4.4.0-linux-amd64.tar.gz
tar xvf code-server-4.4.0-linux-amd64.tar.gz && cd code-server-4.4.0-linux-amd64
./bin/code-server
`
refer `
官网 https://code.visualstudio.com/
源码 https://github.com/microsoft/vscode
入门 https://geek-docs.com/vscode/vscode-tutorials/what-is-vscode.html
`