-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gopls delay in starting #74
Comments
@adgai19 would you care to test my dockerfile ? I tried to fix this issue. check lspcontainers/dockerfiles#71 out |
This image did fix the startup issue for me. |
I recently made some changes to the |
unfortunately I moved to nixos a few weeks back. So I don't exactly have the same testing environment |
Hahaha no worries - we are actually supporting This is also the current PR for Nix integration with I'll close this for now as I am getting reports of quicker start times. Thank you! |
To be included in #92 |
gopls
server takes about 40 sec to connect to lsp client. The 40 seconds are from the time the gopls container starting to the first message on the logs. I haven't observed any this issue with any other clients and this issue is not present when i run the gopls binary locally. Once the server starts, it behaves normally.My current build info
Minimal vimrc
lsp logs
The text was updated successfully, but these errors were encountered: