-
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
Duplicate entries in auto completion window (ending with [LS]). #26
Comments
how did you disable one source? |
I have this problem too. You can disable one with |
hmmm why are there two |
The same problem as #42 |
@qhj I don't think it's the same issue. |
Sorry, I forgot to say after I tried the latest version just now I met the same problem as the (closed) issue 42. I will try again after new release of upstream. |
The problem remains. |
let g:coc_sources_disable_map = { 'cs': ['cs-2', 'cs-3'] } I used this on my |
Hi, thank you for this awesome extension. Now I have an issue in use. This issue is different from #17 . As shown in the screenshot below. I found two
cs
source on the source list(:CocList sources
).screenshot
After disabling one
cs
source, the duplicate entries disappear. As shown in the screenshot below.screenshot
I have reinstalled coc-omnisharp, but it is still duplicate.
How can I solve this?
Thank you.
The text was updated successfully, but these errors were encountered: