x/tools/gopls: Workspace never comes up (no response to workspace/configuration) #41976
Labels
Milestone
Comments
Do you mind sharing a complete |
Sure, I've redacted the actual source of the file.
|
OK, now that I understand it's a client problem I think I see the problem in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ATTENTION: Please answer these questions BEFORE submitting your issue. Thanks!
What did you do?
I started up gopls from Emacs on my (large) work project. All further interaction with gopls times out. Gopls is working fine on my other modules/projects.
What did you expect to see?
A working gopls with completion, jump-to-definition, etc.
What did you see instead?
All interactions with the language server time out. In the gopls logs I can see that there is never a response to
workspace/configuration
, that is, I see this but there's no corresponding response:Gopls sits and uses a tiny bit of CPU and ~7M of memory, but I can't see anything happening. Previous versions of gopls have worked properly on this project, although I'm just returning to it after working on other projects for a while so I'm not sure exactly which version stopped working.
This seems to work just fine (the same file I'm viewing in Emacs):
Build info
The text was updated successfully, but these errors were encountered: