You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/plugin.adoc
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,12 @@ For `VisualStudio Code`, this is the extension ID you can directly get from the
31
31
|`active`|`true`|(optional) `true` to tell IDEasy that this plugin shall be installed automatically for everybody in your team. Default is `false`. If not auto-installed, it can still be installed via `ide install-plugin «ide» «plugin»`.
32
32
|`tags`|e.g. `java,spring,ai`|(optional) Tags to classify the plugin. Will be used by the GUI of IDEasy for selection by tag.
33
33
|===
34
+
35
+
36
+
== Resetting installed plugins
37
+
38
+
When first installing an IDE using `ide install «ide»`, IDEasy will automatically install all plugins that are configured in the project settings.
39
+
This configuration is intended to serve as a baseline for the entire team.
40
+
However, after the initial setup, you can freely change the plugin configuration for your IDE as you see fit.
41
+
42
+
To revert to the initial plugin configuration, you can run `ide «ide» --force-plugin-reinstall`, which will uninstall all currently installed plugins and reinstall them as configured in the project settings.
0 commit comments