Configure dev environments with devfiles - With the latest Space update, you can configure almost anything with the help of 'devfiles', though you should note that Space currently supports only a subset of the Devfile 2.2.0 features.
A devfile is an open-source specification that uses YAML formatting for configuring and running build environments.
A project may have a single devfile.yaml file or several *.devfile.yaml files located in the .space folder in the repository root.
When you create a dev environment, you can choose from all the devfiles available in the project.
Space automatically fills in the settings for the dev environment based on the selected devfile.
Beta Support for JetBrains Rider - Added the ability to use dev environments for developing .NET projects with JetBrains Rider.
Change IDE versions in existing environments - Added the ability to change the IDE version used in an already created environment.