feat(jetbrains): add plugin pre-installation support #569
+318
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR implements plugin pre-installation capability for the JetBrains IDE module, addressing issue #208.
Summary
Adds the ability to automatically install JetBrains plugins in workspaces through a new
pluginsparameter. Plugins are installed at workspace startup using each IDE's native CLIinstallPluginscommand.Changes
New Features:
pluginsvariable to accept a list of JetBrains plugin IDsplugin_install_argsvariable for additional CLI argumentsinstall-plugins.shscript that installs plugins using IDE CLIcoder_scriptresource that runs plugin installation on workspace startupDocumentation:
Tests:
Example Usage
Compatibility
Testing
Verified with:
terraform init -upgrade- Successterraform test -verbose- All 18 tests passedbun run fmt- Formatting appliedDEMO: https://github.com/user-attachments/assets/31a67080-a5c9-4b0e-835a-cc570759b1d1
/fixes #208
/claim #208