Skip to content
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

Enhance the PluginDeployer API #13392

Open
dhuebner opened this issue Feb 16, 2024 · 0 comments
Open

Enhance the PluginDeployer API #13392

dhuebner opened this issue Feb 16, 2024 · 0 comments

Comments

@dhuebner
Copy link
Member

Feature Description:

When testing extension installation from file, I noticed, that when installing an already installed extension a "Failed to install" error is reported. This is because local file deployer rejects installing existing extensions, but because the installing routine can only check the number of installed extension (in this case it's 0) a misleading error is reported.
I think we need to change the installation routine return value to something more meaningful than just a number. With more information we can then produce a better user feedback. See PluginDeployerImpl.deployPlugins().

In addition it would be nice to have a possibility to be notified when a plugin was installed or uninstalled to properly update the VSXExtensionsWidget.

See also: #13291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant