x/tools/gopls: collect go versions used in views #62248
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Telemetry-Accepted
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Why?
This answers what Go versions users use to build their projects, which naturally helps us
decide on gopls, vscode-go's Go version support window.
Note that this is independent of the go version used to build gopls.
For example, it is possible to build a gopls with go1.21.x and use it to work with a project
that targets go1.20.x
Does it carry sensitive user information?
No.
This reports only the minor version of the Go. It does not distinguish modified versions of Go.
How?
https://github.com/golang/tools/blob/master/gopls/internal/telemetry/telemetry.go#L74-L80
note: The default is 'local' which does not send any data to the telemetry server. Users must opt-in explicitly.
The text was updated successfully, but these errors were encountered: