-
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
Remove all workspace-related command from Theia File menu #13909
Comments
+1 for removing "workspace" references from Theia. |
I think at F2F it was discussed that for example |
@benoitf Couldn't we do this in two steps? For GA, just remove these entries and for some future release bring them back with reimplemented functionality? |
I'm doing this as part of changing to using projects workspace roots. See my message to che-dev 2 weeks ago. Propose to close this as a duplicate. |
@tsmaeder Hello, maybe you need some help getting rid of commands related to Theia workspaces? |
Duplicate of duplicate of #13427 |
@tsmaeder why did you close the issue? We still have a duplicate in the Theia File menu that has a different meaning. |
Because this will be fixed when we move to a workspace root-based system as a fix for #13427, so this is a duplicate. |
Theia File menu has items to open and close the workspace. But the workspace in Theia is something else that workspace in Che. In Theia it's a directory with projects.
Che works with predefined
/projects
directory which is never changed.In that case it makes no sense to have Theia workspace related commands in file menu.
We can always load Theia and open
/projects
directory.The solution could be to remove or hide Workspace* command from Theia File menu.
It will not confuse the user when dashboard sidebar is opened.
The text was updated successfully, but these errors were encountered: