-
Notifications
You must be signed in to change notification settings - Fork 102
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
Improve plugin management #1309
Comments
hohwille
added
enhancement
New feature or request
eclipse
related to Eclipse IDE
intellij
IntelliJ IDE from Jet-Brains
update
related to updating software or the entire devonfw-ide
vscode
Microsoft visual studio code
plugins
related to plugins (for Eclipse, Intellij, VSCode, etc.)
labels
Aug 4, 2023
|
A colleague had the same error today with IntelliJ so it is not only a feature request but a bug:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a devonfw-ide user, I want to have my «IDE» plugins working no matter if I update the «IDE» tool or the devonfw-ide product so that I can continue to work seamlessly.
Here examples for «IDE» are eclipse, intellij, vscode, android-studio.
However, we currently face the following issues:
2023.07.001
to that or a later version the plugin directory has been relocated and unless the «IDE» gets updated and reinstalled, the plugins are missing. A workaround is to manually deletesoftware/«IDE»
and let devonfw-ide reinstall it - see also issue #1147software/«IDE»
and reinstall the new version in this place. After that the plugins are installed again. This however, was implemented before issue #1147 and does not remove/uninstall the according plugin or detect if the exact same plugin is already installed. Here we need to understand and distinguish between plugins that have been installed automatically be devonfw-ide and those that have been installed manually. For manually installed plugins the current behavior is fine as those are now preserved and I do not have to reinstall them manually when the «IDE» version changes (what I had to do before issue #1147). However, if the «IDE» version changes in an incompatible way the manually installed plugin can break and in the worst case prevent the start of «IDE». This is not to be changed with this issue and we may only answer to this problem with some documentation but let the user remove the plugin manually in such rare occasion. However, as said before the automatically installation of plugins should be improved such that we first check if the plugin to install is already present and then replace it. I have seen cases with intellij where a new version of the same plugin was then added and as a result Intellij was causing an error with duplicated plugin being present.The text was updated successfully, but these errors were encountered: