TelemetryA VSCode extension for generating and exporting editor's telemetry data. This is a fork of the original package "vscode-telemetry". The intention of this extension is to support data-driven research and design of new coding experiences with large numbers of users, and we use this extension within the educational technology collective lab to improve programming education with learning analytics. ConfigurationThe settings file controls the activated events and data exporters. Either user settings or workspace settings work. To add a data exporter, users should assign exporter type along with function arguments when configuring This extension provides 3 default exporters:
Syntax
The extension would only generate and export data for valid events that have an id associated with the event class, and the event name is included in
ContributorsMain contributor of this fork: p0rt Original PackageThis extension is a fork of the original "vscode-telemetry" package. |