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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
After I upgrade go and vscode-go tools, every time I edit project files it log:
langserver-go: reading on stdin, writing on stdout
Passing an initialize rootPath URI ("file:///Users/user/go/src/github.com/yujiahaol68/myGoProject") is deprecated. Use rootUri instead.
[Error - 11:57:56] Request textDocument/hover failed.
Message: no declaration found for checkpoint
Code: 0
The text was updated successfully, but these errors were encountered:
I get this on (Neo)Vim with coc.nvim, I install language server with go get -u github.com/sourcegraph/go-langserver and configure it to be used from (Neo)Vim, how is it a duplicate of vscode issue?
I've hit here to check where the protocol changed from rootPath URI to rootUri to report coc.nvim's author of such change, but got confused instead.
go version: go1.10.2 darwin/amd64
After I upgrade go and vscode-go tools, every time I edit project files it log:
The text was updated successfully, but these errors were encountered: