-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[che-code] When using clone path project are not added in the worktree #23909
Copy link
Copy link
Open
Labels
area/editor/vscodeIssues related to the Code OSS editor of CheIssues related to the Code OSS editor of Chekind/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.team/CThis team is responsible for the the IDEs and ExtensionsThis team is responsible for the the IDEs and Extensions
Description
Activity
Metadata
Metadata
Assignees
Labels
area/editor/vscodeIssues related to the Code OSS editor of CheIssues related to the Code OSS editor of Chekind/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.team/CThis team is responsible for the the IDEs and ExtensionsThis team is responsible for the the IDEs and Extensions
Describe the bug
In Vscode, if you create a devfile using the clone path , the project does not appear inside of the vscode worktree and can't be found in the .code-workspace.
Che version
7.120@latest
Steps to reproduce
Expected behavior
For those project to exist in the worktree.
The culprit seems to be https://github.com/che-incubator/che-code/blob/main/launcher/src/code-workspace.ts?rgh-link-date=2026-07-06T16%3A57%3A46.000Z#L156 it does not take into account the clone path if it exist.
Runtime
Kubernetes (vanilla)
Screenshots
No response
Installation method
other (please specify in additional context), chectl/latest, OperatorHub
Environment
Linux
Eclipse Che Logs
Additional context
No response