-
-
Notifications
You must be signed in to change notification settings - Fork 960
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
Unable to use go-langserver #70
Comments
I can fix the notification problem but I still get
Have no idea with it. |
Should be bug of sourcegraph/go-langserver#313 Try build from the source to see if error still exists, it would be better to configure go-langserver like this "go": {
"command": "go-langserver",
"args": [],
"initializationOptions": {
"funcSnippetEnabled": true,
"gocodeCompletionEnabled": true
},
"filetypes": ["go"]
},
|
sourcegraph/go-langserver@d0a69e9 has fixed this error. |
When I use gocode 1.11 the gocode of go-langserver get panic, see sourcegraph/go-langserver#316 It's not panic with gocode 1.10 but I still can't get any correct completion in every situation. I think that go-langserver suck at it. The solution is not to use completion of go-langserver or help them to fix the problem. |
It works as expected on my mac now, try update go-langserver. |
Describe the bug
Configuring to use go-langserver leads to errors at startup
To Reproduce
coc-settings.json
:Additional context
go-langserver
logsThe text was updated successfully, but these errors were encountered: