Skip to content

Commit e7f2d0c

Browse files
committed
Adjust usage data document in response to language server changes.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 7e7dfa9 commit e7f2d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE_DATA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vscode-java has opt-in telemetry collection, provided by [vscode-redhat-telemetr
1111
* The total number of Java projects within the workspace
1212
* The lowest and highest Java compiler source level used (eg. 11 & 17)
1313
* Whether the project(s) are being imported for the first time (eg. true)
14-
* The current time (in milliseconds) at which the language server started, initialized the workspace project(s), and completed building the project(s)
14+
* 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
1717
* 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.

0 commit comments

Comments
 (0)