Skip to content

Commit

Permalink
devonfw#1147: adjusted documentation
Browse files Browse the repository at this point in the history
added new changes to CHANGELOG
mentioned new plugins folder location in vscode and intellij
  • Loading branch information
jan-vcapgemini committed Jun 5, 2023
1 parent 51984e6 commit 8ebbe97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/ide[devonf

Release with new features and bugfixes:

* https://github.com/devonfw/ide/issues/1147[#1147]: Separates plugins from software folder
* https://github.com/devonfw/ide/issues/1158[#1158]: Projects main-branch is always checked out
* https://github.com/devonfw/ide/issues/1118[#1118]: Add milestone versions of Eclipse

Expand Down
4 changes: 3 additions & 1 deletion documentation/intellij.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ However, be aware that some plugins may collect sensitive data or could introduc
So consider the governance of your project and talk to your technical lead before installing additional plugins that are not pre-defined in your link:settings.asciidoc[settings].

As maintainer of the link:settings.asciidoc[settings] for your project you should avoid to ship too many plugins that may waste resources but are not used by every developer.
By configuring additional plugins with `plugin_active=false` you can give your developers the freedom to install some additional plugins easily.
By configuring additional plugins with `plugin_active=false` you can give your developers the freedom to install some additional plugins easily.

All plugins are installed separately in `plugins/intellij`.
2 changes: 2 additions & 0 deletions documentation/vscode.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ By configuring additional plugins with `plugin_active=false` you can give your d
In addition, these plugins are recommended to the user by recommendation https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions[recommendation feature] of VS Code.
Be aware that the recommendations feature only works for the main workspace.

All plugins are installed separately in `plugins/vscode`.

=== cleaning plugins on update

If you want to strictly manage the plugins for `VS code` in your project, you can create or edit the file `settings/vscode/plugins` in your link:settings.asciidoc[settings] and add this variable:
Expand Down

0 comments on commit 8ebbe97

Please sign in to comment.