Skip to content

Commit

Permalink
Group Java settings by categories (#3386)
Browse files Browse the repository at this point in the history
* Group Java settings by categories
* Remove the unused setting 'java.recommendations.dependency.analytics.show'
Signed-off-by: Jinbo Wang <[email protected]>
  • Loading branch information
testforstephen authored Nov 16, 2023
1 parent 3cbb67d commit b1d0831
Show file tree
Hide file tree
Showing 3 changed files with 762 additions and 603 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ The following settings are supported:
* `java.references.includeAccessors`: Include getter, setter and builder/constructor when finding references. Default to true.
* `java.configuration.maven.globalSettings` : Path to Maven's global settings.xml.
* `java.eclipse.downloadSources` : Enable/disable download of Maven source artifacts for Eclipse projects.
* `java.recommendations.dependency.analytics.show` : Show the recommended Dependency Analytics extension.
* `java.references.includeDecompiledSources` : Include the decompiled sources when finding references. Default to true.
* `java.project.sourcePaths`: Relative paths to the workspace where stores the source files. `Only` effective in the `WORKSPACE` scope. The setting will `NOT` affect Maven or Gradle project.
* `java.typeHierarchy.lazyLoad`: Enable/disable lazy loading the content in type hierarchy. Lazy loading could save a lot of loading time but every type should be expanded manually to load its content.
Expand Down
Loading

0 comments on commit b1d0831

Please sign in to comment.