Skip to content

Commit b1d0831

Browse files
Group Java settings by categories (#3386)
* Group Java settings by categories * Remove the unused setting 'java.recommendations.dependency.analytics.show' Signed-off-by: Jinbo Wang <[email protected]>
1 parent 3cbb67d commit b1d0831

File tree

3 files changed

+762
-603
lines changed

3 files changed

+762
-603
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ The following settings are supported:
194194
* `java.references.includeAccessors`: Include getter, setter and builder/constructor when finding references. Default to true.
195195
* `java.configuration.maven.globalSettings` : Path to Maven's global settings.xml.
196196
* `java.eclipse.downloadSources` : Enable/disable download of Maven source artifacts for Eclipse projects.
197-
* `java.recommendations.dependency.analytics.show` : Show the recommended Dependency Analytics extension.
198197
* `java.references.includeDecompiledSources` : Include the decompiled sources when finding references. Default to true.
199198
* `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.
200199
* `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.

0 commit comments

Comments
 (0)