v4.0.0 - pre-release #4603
Replies: 3 comments
-
Big thank you to @benz0li @drmrbrewer and others for testing this out and reporting issues! We're tracking in this new milestone. The goal is for myself and @code-asher to fix as many as possible before Friday. We'd like to promote 4.0.0 from a pre-release to stable on Friday because the weeks after we are out for the holidays. We'll share more details here though. In the meantime, if you'd like to contribute to getting 4.0.0, here's where we could use your help:
Thanks all for your contributions and patience! We really appreciate it. |
Beta Was this translation helpful? Give feedback.
-
Postponing code-server 4.0.0 release + Next Version ➡️Originally we were aiming to publish the next release of code-server today. We underestimated how much we'd be able to accomplish by today. We (myself and @code-asher) agreed that it wouldn't be beneficial to everyone in the community for us to push this out. The majority of issues are fixed and code-server v4.0.0 prerelease is usable, but one major issue exists: you can't configure the Display Language. This means non-English speaking users wouldn't be able to change the language. Given the global community we have, we feel this (plus the other couple issues) should be fixed before we release. Next version - 4.0.0 -> 4.0.1We realized we didn't use the right version when doing the pre-release. We should have called it Therefore, we've decided the next release (which we'll push to all platforms like npm/Docker/etc) will be F.A.Q.Where can I follow along to see progress?Take a look at the 4.0.1 milestone here. These are the issues we need to fix before we can release. Why is the release date January 7th, 2022?We'll be on vacation and enjoying the holidays for most of the coming weeks and don't think we can realistically get something out before then. We'd rather error on the side of caution. How can I help?Take a look at the issues in the 4.0.1 milestone. If you have time to help debug or take a look, we welcome your help! The latest CONTRIBUTING docs explain how to get code-server running locally. Thank you for your patience and understanding! |
Beta Was this translation helpful? Give feedback.
-
Great. I'm looking forward to it |
Beta Was this translation helpful? Give feedback.
-
v4.0.0 (pre-release)
VS Code v1.63.0
Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in
~/.local/share/code-server
so that it is preserved in betweeninstallations.
code-server has been rebased on upstream's newly open-sourced server
implementation (#4414).
Changed
the
--enable
flag will no longer takepermessage-deflate
as an option.--extra-extensions-dir
and
--extra-builtin-extensions-dir
will no longer be accepted.--install-source
and--locale
flags have been removed.vscode-remote-resource endpoint still can.
extensions like Vim may be broken.
Deprecated
--link
is now deprecated (chore: add deprecation notice for --link #4562).Breaking Changes
Cheers! 🍻
This discussion was created from the release v4.0.0 - pre-release.
Beta Was this translation helpful? Give feedback.
All reactions