-
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
Separate plugins from software #1147
Comments
I would not agree to that. What is the benefit? You might even run into incompatibility issues if someone does a major upgrade of an ide causing the ide not to start anymore. |
Thanks for your feedback, I try to explain more... not part of this story but for the rationale: In the future we will enable shared repository by default (for the real solution of #1082). For compatibility we introduced migration scripts. We are using this feature also to resolve other "incompatibilities" like #1087. |
changed plugins path for vscode from software/vscode-plugins to plugins/vscode changed plugins path for intellij from software/intellij-plugins to plugins/intellij
added new changes to CHANGELOG mentioned new plugins folder location in vscode and intellij
reverted manual rename of issue
fixed license link added doctype book to fix error message in IDE (level 0 sections can only be used when doctype is book)
added migration of ide-plugins folders to migration script (moves plugins from f.e. software/eclipse-plugins to plugins/eclipse)
applied KISS
added check for existing directory
While we have implemented the story for intellij, eclipse and vscode now that all is released, I have tested android-studio and notice that it does not implement this plugin separation. As android-studio was in the process of being added (#895) while we were working on this story, I did not notice that it has been forgotten though it was explicitly mentioned in the story description... |
I better create a new story for that, as this story is already labelled with milestone |
We should move plugins from
software
to their own top-levelplugins
folder as they are something different to the rest we put in software.Current layout:
New layout proposed by this issue:
This story affects all commandlets that can have plugins:
The text was updated successfully, but these errors were encountered: