Skip to content

Commit

Permalink
Adjust usage data document in response to language server changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
  • Loading branch information
rgrunber committed Mar 30, 2023
1 parent 7e7dfa9 commit e7f2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE_DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vscode-java has opt-in telemetry collection, provided by [vscode-redhat-telemetr
* The total number of Java projects within the workspace
* The lowest and highest Java compiler source level used (eg. 11 & 17)
* Whether the project(s) are being imported for the first time (eg. true)
* The current time (in milliseconds) at which the language server started, initialized the workspace project(s), and completed building the project(s)
* 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)
* The number of libraries that were indexed after project initialization
* The total size (in bytes) of libraries that were indexed after project initialization
* 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.
Expand Down

0 comments on commit e7f2d0c

Please sign in to comment.