x/tools/gopls: unresponsive after CL 197117 #34519
Comments
It looks like the commit hash you're using is actually for CL 197117. That was the CL that updated to the latest version of LSP. I know that you're vendoring our version of the LSP implementation for |
Per our Slack exchange, the commit hash is right (just updated the title). I've also tracked this down to be a In any case, the nil pointer is coming about because the Sorry for the noise, and thanks for following up! |
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?
Tried to run
govim
usinggopls
as usual, or run its tests.What did you expect to see?
Something to happen!
What did you see instead?
Nothing happens. No log output, no messages received. Appears "stuck"
Go routine stack trace after
kill -SIGABRT
cc @stamblerre @ianthehat
The text was updated successfully, but these errors were encountered: