mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [docs] Add the February 2021 changelog. * Remove one featured changelog entry; add miscellaneous list. * Mention the remaining two authors.
February 2021
Synchronize Theia user settings with VS Code
We recently launched support for VS Code.
If you switch your editor to VS Code, your user settings and extensions configured in Theia will be synchronized with VS Code automatically when you start a new workspace.
Interested in using VS Code as your default editor?
You can define VS Code as your default editor in the Feature Preview section in your Gitpod Settings.
Contributors: @akosyakov, @svenefftinge
Miscellaneous
- #3087 - Remove the privileged feature flag. Thanks to @csweichel, @akosyakov
- #3175 - Fix Env Var context parsing. Thanks to @AlexTugarev, @csweichel
- #3177 - [supervisor] Let supervisor fail when first IDE start fails. Thanks to @corneliusludmann, @csweichel
- #3182 - [registry-facade] Remove feature flag. Thanks to @csweichel, @corneliusludmann
- #3228 - Allow air-gap Gitpod installations. Thanks to @corneliusludmann, @geropl
- Improved workspace startup time in high-load situations. Thanks to @geropl
- Started to adopt the controller framework which will lead to Gitpod producing less load on the Kubernetes API. Thanks to @aledbf