vscode-xml has opt-in telemetry collection, provided by vscode-redhat-telemetry.
- JVM information:
- Whether LemMinX is being run with Java or as a GraalVM native image (binary)
- The name of the vm (
java.vm.name) - The name of the runtime (
java.runtime.name) - The version of the JVM (
java.version) - The free, total, and max VM memory
- LemMinX Version information:
- The server version number
- Does NOT include the
JAVA_HOMEenvironment variable for privacy reasons - The value of the
xml.server.preferBinarysetting - A telemetry event is sent every time the binary server download succeeds, fails, or is stopped by the user
- If the download fails, the associated error is attached to the telemetry event
- A telemetry event is sent every time you click the "Download Java" link that appears when you have LemMinX extensions installed but don't have Java installed.
Please see the vscode-redhat-telemetry data collection information for information on what data it collects.
Use the redhat.telemetry.enabled setting in order to enable or disable telemetry collection.