Skip to content

Commit

Permalink
chore: switch to default editor = che-incubator/che-code/latest (CRW-…
Browse files Browse the repository at this point in the history
…3099, CRW-3420, eclipse-che/che#20500)

Change-Id: Ib576241488e9ada5465dd45a9bc140cd6b4ed7e6
Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Nov 28, 2022
1 parent 86d14b4 commit 67a44ed
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ che.workspace.cleanup_temporary_initial_delay_min=5
che.workspace.cleanup_temporary_period_min=180

# List of names of the servers that require liveness probes.
che.workspace.server.liveness_probes=wsagent/http,exec-agent/http,terminal,theia,jupyter,dirigible,cloud-shell,intellij
che.workspace.server.liveness_probes=wsagent/http,exec-agent/http,terminal,jupyter,dirigible,cloud-shell,intellij,theia

# Limits the size of logs collected from a single container that can be observed by {prod-short} server when
# debugging workspace startup.
Expand Down Expand Up @@ -567,19 +567,19 @@ che.factory.default_devfile_filenames=devfile.yaml,.devfile.yaml
### Devfile defaults
# Editor used for factories that are created from a remote Git repository
# which doesn't contain any {prod-short}-specific workspace descriptor.
che.factory.default_editor=eclipse/che-theia/latest
che.factory.default_editor=che-incubator/che-code/latest

# File size limit for the URL fetcher which fetches files from the SCM repository.
che.factory.scm_file_fetcher_limit_bytes=102400

# Additional files which may be present in the repository to complement devfile v2.
# To retrieve them in a factory, they should be referenced as links to SCM resolver service.
che.factory.devfile2_files_resolution_list=.che/che-editor.yaml,.che/che-theia-plugins.yaml,.vscode/extensions.json
che.factory.devfile2_files_resolution_list=.che/che-editor.yaml,.vscode/extensions.json,.che/che-theia-plugins.yaml

# Default editor that should be provisioned into Devfile if there is no specified editor.
# The format is `editorPublisher/editorName/editorVersion` value.
# A `NULL` or absence of value means that default editor should not be provisioned.
che.workspace.devfile.default_editor=eclipse/che-theia/latest
che.workspace.devfile.default_editor=che-incubator/che-code/latest

# Default plug-ins which should be provisioned for the default editor.
# All plug-ins from this list that aren't explicitly mentioned in the user-defined devfile
Expand Down

0 comments on commit 67a44ed

Please sign in to comment.