Hide
= Show editors for supported architectures only
You can now hide editors that do not support the current system architecture on the user dashboard. This provides a cleaner user experience by ensuring that only compatible editors are visible for selection.
Supported architectures are defined in each editor’s metadata:
[source,yaml]
----
schemaVersion: 2.3.0
metadata:
name: che-code
displayName: VS Code - Open Source
description: Microsoft Visual Studio Code - Open Source IDE for Dev Spaces
tags:
- Tech-Preview
attributes:
arch:
- x86_64
- arm64
- s390x
- ppc64le
----
Show
= Show editors for supported architectures only
You can now hide editors that do not support the current system architecture on the user dashboard. This provides a cleaner user experience by ensuring that only compatible editors are visible for selection.
Supported architectures are defined in each editor’s metadata:
[source,yaml]
----
schemaVersion: 2.3.0
metadata:
name: che-code
displayName: VS Code - Open Source
description: Microsoft Visual Studio Code - Open Source IDE for Dev Spaces
tags:
- Tech-Preview
attributes:
arch:
- x86_64
- arm64
- s390x
- ppc64le
----