-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/editor/jetbrainsJetBrains IDEs supportJetBrains IDEs supportkind/bugOutline of a bug - must adhere to the bug report template.Outline 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.Has a minor but important impact to the usage or development of the system.
Description
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
- ASSERT: have a git repo with a
devfile.yamlthat defines astarterProject:
starterProjects:
- name: springbootproject
git:
remotes:
origin: "https://github.com/devfile-samples/springboot-ex.git"- EXEC: create a workspace choosing
JetBrains IDEA Ultimateas an editor and the gitrepo pointed at above
- EXEC: when the workspace is created, open the link to get the JetBrains IDE
- 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.

Expected behavior
The sources for the startProject should be visible in the project tree, too, like they are in vscode
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
Labels
area/editor/jetbrainsJetBrains IDEs supportJetBrains IDEs supportkind/bugOutline of a bug - must adhere to the bug report template.Outline 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.Has a minor but important impact to the usage or development of the system.