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
* Group Java settings by categories
* Remove the unused setting 'java.recommendations.dependency.analytics.show'
Signed-off-by: Jinbo Wang <[email protected]>
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,6 @@ The following settings are supported:
194
194
*`java.references.includeAccessors`: Include getter, setter and builder/constructor when finding references. Default to true.
195
195
*`java.configuration.maven.globalSettings` : Path to Maven's global settings.xml.
196
196
*`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.
198
197
*`java.references.includeDecompiledSources` : Include the decompiled sources when finding references. Default to true.
199
198
*`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.
200
199
*`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