-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace related commands should be consistent with Che #17106
Comments
I was thinking about a good replacement for Theia's
I'd like to use
|
linked with the separate issues |
I like the proposal @azatsarynnyy |
+1 for workspace roots |
All sub-tasks have been done. |
why not just |
Is your enhancement related to a problem? Please describe.
Che Theia provides a set of commands that are related to Theia Workspace which is similar to VS Code Workspace.
While the experienced VS Code users are pretty familiar with this Workspace concept, it differs from Che Workspace. That may confuse the existing Che users as the behavior of these commands is inconsistent with Che Workspace.
At the same time, it makes sense to have these Workspace commands providing functionality related to Che Workspaces.
Describe the solution you'd like
Replace Theia Workspace commands with Che Workspace commands.
Open Workspace...
- lists all Che Workspaces to open any Open Workspace from Che Theia #17237Open Recent Workspace...
- lists 3-5 recent Che Workspaces to open any I would like to see the list of my recent workspaces from che-theia #17034Close Workspace
- closes dev environment (Che Theia) and navigates to Dashboard Stop Workspace from Che Theia #17238Save Workspace As...
- exports Che Workspace definition to Devfile Export Che Workspace definition to Devfile from Che Theia #17239Describe alternatives you've considered
Find a good name replacement for Theia Workspaces related commands to resume them.
cc @benoitf @l0rd
The text was updated successfully, but these errors were encountered: