Skip to content

Commit efad2d3

Browse files
committed
Update USAGE_DATA.md file with new properties from the language server.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 62fbe14 commit efad2d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

USAGE_DATA.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ vscode-java has opt-in telemetry collection, provided by [vscode-redhat-telemetr
1414
* The elapsed time (in milliseconds) at which the language server initialized the workspace project(s), declared as ready for requests, and completed building the project(s)
1515
* The number of libraries that were indexed after project initialization
1616
* The total size (in bytes) of libraries that were indexed after project initialization
17+
* The number of error markers on the project(s)
18+
* The number of unresolved imports within the project(s)
19+
* Whether there is a mismatch between the project's requested source level, and the JDK used for the project (eg. true)
1720
* Information about the following settings. In the case of settings that store a well defined value (eg. path/url/string), we simply collect whether the setting has been set.
1821
* `java.settings.url`, `java.format.settings.url`, `java.quickfix.showAt`, `java.symbols.includeSourceMethodDeclarations`, `java.completion.guessMethodArguments`, `java.completion.postfix.enabled`, `java.cleanup.actionsOnSave`, `java.sharedIndexes.enabled`, `java.inlayHints.parameterNames.enabled`, `java.server.launchMode`, `java.autobuild.enabled`
1922
* The extension name and the choice made when a recommendation to install a 3rd party extension is proposed

0 commit comments

Comments
 (0)