-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
question: can the 'plugins view' be removed? #7375
Comments
Fixes #7375 the following commit removes the `plugins-view` widget from the framework since it's been replaced by the `extensions-view` which allows users the ability to install plugins from the Open VSX Registry. Since the `extension-view` widget is added, there is no longer a need to keep the `plugins-view`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
I don't think it has to be done before v1.0.0. |
Chiming in that this view confused us the other day. Someone noticed the existence of the |
The technical difference I see is that the plugins view is not linked to a plugins marketplace (OpenVSX) in any way: it just shows what it installed in the system without offering to install any more plugins. Wanting to remove the ability to view and install plugins is a legit requirement, IMO for Theia applications that are not general purpose IDEs. Whether we want to see what plugins are installed in this case is open to discussion. |
Cleanly separating plugin installation/deployment/usage is another hobby horse of mine. |
Description
Since we now have the
extension
view as part of the vsx integration (#6655), is there a need to keep theplugins
view? At the moment, it is possible to have both views in a given application.If we are to remove the
plugins
view, I think it should be done before v1.0.0.cc @eclipse-theia/core
The text was updated successfully, but these errors were encountered: