-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multiple instances of the same autocompletion recommendation #53
Comments
When I tried omisharp-roslyn v1.37.6, the duplication is 2, not 4. {
"languageserver": {
"csharp": {
"command": "/opt/omnisharp-1.37.7/run",
"args": ["-lsp"],
"filetypes": ["cs"]
}
}
}
|
😱 it spawned 4 language servers |
This may be a problem of coc.nvim. |
Yup, disabling the three other language servers results in single autocompletion results. Any idea why multiple instances may be starting up? |
This change of coc.nvim is related. It seems like omnisharp-roslyn send multiple client/registerCapability requests, and multiple sources are added. |
Having the exact same problem. I'm also using windows. Let me know if you find a solution please. |
Since I didn't manage to solve the problem I wrote a small function to disable the duplicate sources and put it in my vimrc. " Toggle duplicate LS sources " Map the function call |
Preview:
Issue: Vim instantiates 4 instances of the same recommendation for autocompletion.
Platform: Windows 10
Editor: GVim 8.2
The text was updated successfully, but these errors were encountered: