Skip to content
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

[coc.nvim] checking for a new gopls version failed #213

Open
TheEdgeOfRage opened this issue Oct 3, 2023 · 1 comment
Open

[coc.nvim] checking for a new gopls version failed #213

TheEdgeOfRage opened this issue Oct 3, 2023 · 1 comment

Comments

@TheEdgeOfRage
Copy link

I'm occasionally getting this error when I open nvim, I assume it checks for a new version every so often and it "fails" every time. The thing is, I don't think it's actually failing. I tried deleting ~/.config/coc/extensions/coc-go-data and letting it reinstall everything, which it did, but still printed the error. gopls is working fine, so I think the error is not actually an error.

I run the latest versions of coc.nvim and coc-go in NeoVim 0.9.2.

@timsu92
Copy link

timsu92 commented Feb 2, 2024

I guess there's something failed, but little.
I'm facing the same situation: add coc-go into the extension list to be installed by coc, and coc installed for me, and I see this error.
From readme, it suggests us to format on save. When I save my code, it fails to format.

After that, I issue the command to reinstall all tools:

:CocCommand go.install.tools

Althought it seems that nothing done (it says everything is installed), but formatting function is working now🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants