1
2
3
4
wget https://github.akams.cn/https://github.com/coder/code-server/releases/download/v4.95.3/code-server-4.95.3-linux-amd64.tar.gz
tar -zxvf code-server-4.95.3-linux-amd64.tar.gz
mv code-server-4.95.3-linux-amd64 code-server
cd codee-server/bin
1
nano ~/.config/code-server/config.yaml
1
./code-server --port 18080 --host 0.0.0.0
1
2
3
4
5
6
7
"extensionsGallery": {
"serviceUrl": "[https://marketplace.visualstudio.com/_apis/public/gallery](https://marketplace.visualstudio.com/_apis/public/gallery)",
"cacheUrl": "[https://vscode.blob.core.windows.net/gallery/index](https://vscode.blob.core.windows.net/gallery/index)",
"itemUrl": "[https://marketplace.visualstudio.com/items](https://marketplace.visualstudio.com/items)",
"controlUrl": "",
"recommendationsUrl": ""
}
1

,