Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.46 KB

File metadata and controls

29 lines (22 loc) · 1.46 KB

Data collection

vscode-xml has opt-in telemetry collection, provided by vscode-redhat-telemetry.

What's included in the vscode-xml telemetry data

  • 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_HOME environment variable for privacy reasons
  • The value of the xml.server.preferBinary setting
  • 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.

What's included in the general telemetry data

Please see the vscode-redhat-telemetry data collection information for information on what data it collects.

How to opt in or out

Use the redhat.telemetry.enabled setting in order to enable or disable telemetry collection.