v3.4.0
VS Code v1.45.1
Features
- We now have an install script for easy and automatic installation.
- It attempts to use the OS package manager if possible.
- See README.md#getting-started
libstdc++andlibgccare now bundled into Linux releases #1706- Linux releases's glibc minimum was mistakenly reported as v2.19 in the previous release but the actual minimum is v2.17.
icu4cis now bundled into macOS releases #1710- Docs and FAQ are more thorough.
- An extremely useful addition is FAQ.md#how-do-i-make-my-keyboard-shortcuts-work
- If you need an arm32 docker image right now, we recommend using linuxserver/docker-code-server (#1337)
Bug Fixes
-
You can now set
user-data-dirandextensions-dirinconfig.yaml#1676 -
Fixed a regression where
--install-extensionwas installing into the incorrect path #1713 -
We made some changes to make autoupdates from
v3.2.0work again.- To recap we removed autoupdating in
v3.3.0and restructured
the releases a bit which caused autoupdates onv3.2.0to break. See #1664 - To fix this:
- We added a symlink from
code-servertobin/code-serverto the root of the release. - We now upload duplicate release assets for the release naming scheme used by
v3.2.0.- i.e we have
macos-amd64anddarwin-x86_64as well aslinux-amd64andlinux-x86_64.
- i.e we have
- We added a symlink from
- In the next few weeks the symlinks and the duplicate release assets will be removed so
please update your scripts to use the new release scheme.
- To recap we removed autoupdating in