Robert Findley

Results 271 comments of Robert Findley

This error is surprising: `cannot load github.com/...`. Do you have a module path named "github.com" in your workspace?

> Yes, we're using module mod Sorry, I don't understand. Do you have a `go.mod` file containing `module github.com` somewhere?

Gopls is having trouble loading your workspace. Does `go list ./...` from your repo root succeed for you? Are you able to share the full logs from a gopls session?

Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...

Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...

Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...

VS Code implements formatting of doc comments as defined by https://tip.golang.org/doc/comment#syntax. Comments need to be consumed by more tools than just the editor, and as such we don't want to...

I believe we've seen similar limitations in the past with other aspects of the debugger, but I'm surprised it affects log points. CC @suzmue

Did this start after https://go.dev/cl/416594? That CL caused gopls to actually wait for outstanding work during shutdown.

Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...