Skip to content

StartProjects are not visible in JetBrains IDE #23682

@adietish

Description

@adietish

Describe the bug

When using a devfile to configure the workspace and using a startProject(s) in it, the startProject is cloned but not displayed in the Jetbrains IDE(A).

Che version

7.112@latest

Steps to reproduce

  1. ASSERT: have a git repo with a devfile.yaml that defines a starterProject:
starterProjects:
  - name: springbootproject
    git:
      remotes:
        origin: "https://github.com/devfile-samples/springboot-ex.git"
  1. EXEC: create a workspace choosing JetBrains IDEA Ultimate as an editor and the gitrepo pointed at above
Image
  1. EXEC: when the workspace is created, open the link to get the JetBrains IDE
  2. EXEC: look at the sources that you see in the Project tree

Result:

The sources for the startProject are not displayed. Only the content of the git repo is displayed, the devfile.yaml.
Image

Expected behavior

The sources for the startProject should be visible in the project tree, too, like they are in vscode

Image

Runtime

OpenShift

Screenshots

No response

Installation method

other (please specify in additional context)

Environment

other (please specify in additional context)

Eclipse Che Logs

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/editor/jetbrainsJetBrains IDEs supportkind/bugOutline of a bug - must adhere to the bug report template.severity/P2Has a minor but important impact to the usage or development of the system.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions