You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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🎉
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.
The text was updated successfully, but these errors were encountered: