We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vim file.go
I can edit.
Saw error - "go_info_mode value: gocode is not valid. Valid values are: [gocode, guru, gopls]"
vimrc
let g:go_info_mode='gocode'
:version
go version
go env
gopls version
Please fix message call go#util#EchoError('go_info_mode value: '. l:mode .' is not valid. Valid values are: [gocode, guru, gopls]') to call go#util#EchoError('go_info_mode value: '. l:mode .' is not valid. Valid values are: [guru, gopls]')
The text was updated successfully, but these errors were encountered:
info: remove reference to gocode in error message
5d3ff2a
Fixes fatih#2976
Successfully merging a pull request may close this issue.
What did you do? (required: The issue will be closed when not provided)
vim file.go
What did you expect to happen?
I can edit.
What happened instead?
Saw error - "go_info_mode value: gocode is not valid. Valid values are: [gocode, guru, gopls]"
Configuration (MUST fill this out):
vim-go version:
vimrc
you used to reproduce:let g:go_info_mode='gocode'
vimrc
Vim version (first three lines from
:version
):Go version (
go version
):Go environment
go env
Output:gopls version
gopls version
Output:Please fix message
call go#util#EchoError('go_info_mode value: '. l:mode .' is not valid. Valid values are: [gocode, guru, gopls]')
to
call go#util#EchoError('go_info_mode value: '. l:mode .' is not valid. Valid values are: [guru, gopls]')
The text was updated successfully, but these errors were encountered: