-
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
Dashboard should show Che-Theia plugins if the editors is Theia only #18667
Comments
I believe we've partially solved this based on how the plugins are defined in the registry:
|
It's not quite clear what a "che-plugin" is. What are the criteria? What do they consist of? |
@tsmaeder to make it simple, a Che Plugin is not tied to an editor and is not an editor itself |
With the transition to DevWorkspace Operator we are not showing editors plugins in the dashboard anymore. Those need to be managed from the editor itself. Closing this issue. |
Is your enhancement related to a problem? Please describe.
Most of the Che plugins published in the registry are not Che plugins: they can only be used with one specific editor: Theia.
The Dashboard shows Theia plugins as if they were Che plugins.
Describe the solution you'd like
Don’t show Che Theia plugins among Che Plugins in Che dashboard
Additional context
This work should be included in the context of che workspaces that use the DevWorkspace operator, so that's not for v1 devfiles/plugins.
The text was updated successfully, but these errors were encountered: