VS Code launcher should update the projects in vscode-workspace at restart #22630
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe
Currently VS Code launcher is adding projects from the devfile only when the
.vscode-workspace
file doesn't exist. So it does that only at startup.The problem is that if a user starts a workspace, adds a new project (or dependent project) in the devfile.yaml and select "restart from local devfile", the new project won't be added to the
.vscode-workspace
file and the user won't see it (although it has been cloned in/projects
).Describe the solution you'd like
Launcher should update an existing
vscode-workspace
file if:The text was updated successfully, but these errors were encountered: