You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls v0.15.3 build and installed on OpenBSD current/amd64 with Go 1.22.2
gotelemetry installed via go install golang.org/x/telemetry/cmd/gotelemetry@latest
gotelemetry enabled via gotelemetry on
$ gotelemetry on
Telemetry uploading is now enabled and data will be periodically sent to https://telemetry.go.dev/. Uploaded data is used to help improve the Go toolchain and related tools, and it will be published as part of a public dataset.
For more details, see https://telemetry.go.dev/privacy.
This data is collected in accordance with the Google Privacy Policy (https://policies.google.com/privacy).
To disable telemetry uploading, but keep local data collection, run “gotelemetry local”.
To disable both collection and uploading, run “gotelemetry off“.
What did you see happen?
After editing some Go files with my Neovim editor using gopls LSP server (diagnostics are OK, navigating via "Go to references"....), I have no datas for gotelemetry relative to gopls.
$ gotelemetry env
mode: on 2024-06-03 00:00:00 +0000 UTC
modefile: /home/fox/.config/go/telemetry/mode
localdir: /home/fox/.config/go/telemetry/local
uploaddir: /home/fox/.config/go/telemetry/upload
$ ll /home/fox/.config/go/telemetry/local
total 0
=> no datas for gopls in local/ directory.
What did you expect to see?
After gopls utilization with gotelemetry enabled, some datas mus be present in local directory.
Editor and settings
Neovim text editor with lspconfig plugin to use gopls LSP server for Go files.
Logs
No response
The text was updated successfully, but these errors were encountered:
lcheylus
added
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
labels
Jun 3, 2024
gopls version
gopls v0.15.3 build on OpenBSD current/amd64 with Go 1.22.2
What did you do?
gopls
v0.15.3 build and installed on OpenBSD current/amd64 with Go 1.22.2gotelemetry
installed viago install golang.org/x/telemetry/cmd/gotelemetry@latest
gotelemetry
enabled viagotelemetry on
What did you see happen?
After editing some Go files with my Neovim editor using
gopls
LSP server (diagnostics are OK, navigating via "Go to references"....), I have no datas forgotelemetry
relative togopls
.=> no datas for
gopls
inlocal/
directory.What did you expect to see?
After
gopls
utilization withgotelemetry
enabled, some datas mus be present inlocal
directory.Editor and settings
lspconfig
plugin to usegopls
LSP server for Go files.Logs
No response
The text was updated successfully, but these errors were encountered: