x/tools/gopls: nil pointer dereference when opening new buffer (i.e. no file on disk) #35994
Milestone
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
In the context of a simple module, i.e. a
go.mod
that exists on disk:Open Vim (using
govim
) as follows:where
main.go
is a new buffer, i.e. no file exists on disk.What did you expect to see?
No error
What did you see instead?
cc @stamblerre
The text was updated successfully, but these errors were encountered: