Skip to content

Commit

Permalink
Remove the unused setting 'java.recommendations.dependency.analytics.…
Browse files Browse the repository at this point in the history
…show'
  • Loading branch information
testforstephen committed Nov 15, 2023
1 parent c27dc03 commit 64971b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 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
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,6 @@
"usesOnlineServices",
"telemetry"
]
},
"java.recommendations.dependency.analytics.show": {
"type": "boolean",
"default": true,
"description": "Show the recommended Dependency Analytics extension.",
"scope": "window"
}
}
},
Expand Down

0 comments on commit 64971b8

Please sign in to comment.