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

Please fix message - "Valid values are: [gocode, guru, gopls]" #2976

Closed
ianbrex opened this issue Aug 13, 2020 · 0 comments · Fixed by #2978
Closed

Please fix message - "Valid values are: [gocode, guru, gopls]" #2976

ianbrex opened this issue Aug 13, 2020 · 0 comments · Fixed by #2978

Comments

@ianbrex
Copy link

ianbrex commented Aug 13, 2020

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]')

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

Successfully merging a pull request may close this issue.

1 participant