mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 22:38:40 -06:00
-
v3.8.0 Stable
released this
2020-12-18 14:09:55 -06:00 | 2335 commits to main since this releaseVS Code v1.51.1
Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in~/.local/share/code-serverso that it is preserved in between
installations.New Features
- ⭐ We now support
$HTTP_PROXY,$HTTPS_PROXYand$NO_PROXY! See the FAQ for details. #124 - You can now store your password hashed in
config.yaml! See the FAQ for details. #2225 - You can now customize the Go Home button! See the FAQ for details. #2328
- You can now use
--ignore-last-openedto start code-server without a project directory #1951 - Github login now works! #1883
- FreeBSD is now supported by the build scripts! #2466
- We don't have a FreeBSD release just yet but stay tuned! #2320
- While
--linkis still in beta, you no longer have to sign up to use it! #2427- See
--helpfor usage details.
- See
Bug Fixes
- ⭐ The extension host should stop crashing
c15b526eff - Favicon size has been fixed #2401
$DOCKER_USERno longer crashes the container on restart #2267install.shnow supports Amazon Linux correctly #2343- The bracket pair colorizer plugin works again #2197
Documentation
- The README.md screenshot is now using Chrome to avoid misleading users on Safari support #2422
- The iPad docs have seen significant additions on improving the experience #2404 #2472
Development
- We've finally switched from the lib/vscode submodule to a git subtree! #1587
- This is going to make updating to newer VS Code versions much easier.
- Thanks @SPGoding for clarifying many of the details!
- We now have a code tour of the repository! #2412
- You can try it out by opening the code-server repository inside code-server.
- We have two new members on the code-server team! Please welcome @jsjoeio and @oxy!
For the full set of changes see the commmit log here.
Happy Holidays! ☃️
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
code-server-3.8.0-amd64.rpm
93 MiB
-
code-server-3.8.0-arm64.rpm
92 MiB
-
code-server-3.8.0-linux-amd64.tar.gz
75 MiB
-
code-server-3.8.0-linux-arm64.tar.gz
74 MiB
-
code-server-3.8.0-macos-amd64.tar.gz
72 MiB
-
code-server_3.8.0_amd64.deb
92 MiB
-
code-server_3.8.0_arm64.deb
92 MiB
- ⭐ We now support