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
Copy file name to clipboardExpand all lines: USAGE_DATA.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ vscode-java has opt-in telemetry collection, provided by [vscode-redhat-telemetr
14
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)
15
15
* The number of libraries that were indexed after project initialization
16
16
* 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)
17
20
* 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