golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.89k stars 751 forks source link

Collect statistics about individual feature usage #3023

Open hyangah opened 1 year ago

hyangah commented 1 year ago

We want to collect the following stats to decide on prioritization

To support this, we will use the Go Telemetry, and report through the Gopls's telemetry proxy api.

gopherbot commented 11 months ago

Change https://go.dev/cl/549243 mentions this issue: vscgo: a little helper program

gopherbot commented 11 months ago

Change https://go.dev/cl/549244 mentions this issue: src/goInstallTools,goTelemetry: add TelemetryReporter