conveyor_ide_base_image (Resource)
IDE base image resource
Schema
Required
name
(String) The name of the IDE base image
Optional
config
(Attributes) The configuration that defines this IDE base image (see below for nested schema)description
(String) The description of the IDE base image
Read-Only
id
(String) The id of the IDE base image
Nested Schema for config
Optional:
build_steps
(Attributes List) Additional commands that customize the IDE environment (see below for nested schema)vscode_config
(Attributes) VS Code configuration of the IDE base image (see below for nested schema)
Nested Schema for config.build_steps
Required:
cmd
(String) The command that needs to be executed. Can contain multiple commands, separated by newlines.name
(String) The name of the build step
Nested Schema for config.vscode_config
Required:
extensions
(List of String) Enable user specific extensions