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
it seems that coc-go will install gopls to $HOME/.config/coc/extensions/coc-go-data/bin/gopls, which always be the latest version gopls.
however, some developers like me controll multiple go version with goenv, which install gopls or other bin file to the right directory like $HOME/.goenv/shims/gopls, is not ../coc-go-data/bin
so could it be possible that let coc-go work with goenv?
thx
The text was updated successfully, but these errors were encountered:
it seems that coc-go will install gopls to
$HOME/.config/coc/extensions/coc-go-data/bin/gopls
, which always be the latest version gopls.however, some developers like me controll multiple go version with
goenv
, which install gopls or other bin file to the right directory like$HOME/.goenv/shims/gopls
, is not../coc-go-data/bin
so could it be possible that let coc-go work with goenv?
thx
The text was updated successfully, but these errors were encountered: