We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an IDEasy intellij user I expect IDEasy to install and activate plugins for intellij properly if the active flag is set.
IDEasy downloads the plugins to the project/plugins/intellij folder but does not activate it automatically.
project/plugins/intellij
settings/intellij/plugins/
ide intellij
We need to check the new intellij CLI installPlugins feature: https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html#arguments
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
As an IDEasy intellij user I expect IDEasy to install and activate plugins for intellij properly if the active flag is set.
Actual behavior
IDEasy downloads the plugins to the
project/plugins/intellij
folder but does not activate it automatically.Steps to reproduce (bug) / Use Case of feature request (enhancement)
settings/intellij/plugins/
files and activate a pluginide intellij
Related/Dependent Issues
Comments/Hints:
We need to check the new intellij CLI installPlugins feature: https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html#arguments
Affected version:
The text was updated successfully, but these errors were encountered: