eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Custom editor is not resolved from .che if ssh url is used #23236

Closed vinokurig closed 1 week ago

vinokurig commented 2 weeks ago

Describe the bug

If start a workspace from an SSH url of a repository with .che/che-editor.yaml, the editor will not be resolved.

Che version

7.94@latest

Steps to reproduce

  1. In a remote Git repository with a devfile, create /.che/che-editor.yaml file with the line: id: che-incubator/che-idea/latest.
  2. Start a workspace from the SSH url of the repository.

See: workspace starts with the default che-code editor.

Expected behavior

The workspace must start with che-idea editor

Runtime

OpenShift

Screenshots

No response

Installation method

chectl/next

Environment

macOS

Eclipse Che Logs

No response

Additional context

https://eclipse.dev/che/docs/stable/end-user-guide/defining-a-common-ide/