Chapter 2. New features and enhancements


With this release, you can apply specific configuration properties to the Visual Studio Code - Open Source ("Code - OSS") editor using a dedicated ConfigMap:

apiVersion: v1
kind: ConfigMap
metadata:
  name: vscode-editor-configurations
data:
  extensions.json: |
    {
      "recommendations": [
          "dbaeumer.vscode-eslint",
          "github.vscode-pull-request-github"
      ]
    }
  settings.json: |
    {
      "window.header": "SOME HEADER MESSAGE",
      "window.commandCenter": false,
      "workbench.colorCustomizations": {
        "titleBar.activeBackground": "#CCA700",
        "titleBar.activeForeground": "#ffffff"
      }
    }
immutable: false

Learn more about this feature in the official documentation.

Additional resources

The editor tiles displayed on the User Dashboard, including the license and version information, received a UI/UX enhancement.

Additional resources

With this release, you can view the full content of the .gitconfig file. Access it on the User Preferences Gitconfig tab by clicking Switch to Viewer.

Additional resources

Starting from this release, fuse-overlayfs will be detected automatically for the default Universal Developer Image.

Additional resources

2.5. Configuring workspace endpoints base domain

With this release, the official documentation for configuring workspace endpoints base domain is available.

Additional resources

2.6. Persistent user home documentation

With this release, the official documentation for persisting the /home/user directory across workspace restarts is available.

Additional resources

The official documentation that explains how to configure proxy settings is available.

Additional resources

Starting from this release, the securityContext set in the CheCluster Custom Resource is applied to the Cloud Development Environment’s (CDE) che-gateway container.

Additional resources

With this release, if there is a proxy configured in the cluster, the proxy configuration is mounted to the che-dashboard container as environment variables: HTTP_PROXY, HTTPS_PROXY, and NO_PROXY.

Additional resources

With this release, you can use JetBrains Gateway to connect your local JetBrains IDE (IntelliJ IDEA Ultimate, PyCharm, WebStorm, RubyMine, and CLion) to a running Dev Spaces instance.

Important

JetBrains Gateway is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.

For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.

Additional resources

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top