Configuration Name
To help users distinguish a particular dev environment configuration in a project with several devfiles, specify a name for each configuration. If you don't specify a name, the configuration will be named after the IDE it uses.
To specify the name, use the metadata.name
parameter:
schemaVersion: 2.2.0
metadata:
name: 'My custom config'
attributes:
space:
editor:
type: Idea
Users will see this name when selecting a devfile for a newly created dev environment.
Last modified: 04 March 2024