coc-omnisharp
coc-omnisharp copied to clipboard
Duplicate entries in auto completion window (ending with [LS]).
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.
how did you disable one source?
I have this problem too. You can disable one with CocList sources
, select either cs-1
or cs-2
with the arrow keys and hit tab
to open the prompt to toggle it. But there is no way that I know of to make it a permanent setting.
hmmm why are there two cs
sources to begin with? could you please try the latest version? thanks.
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. coc-omnisharp version: 0.0.28 omnisharp-roslyn version: v1.37.5
let g:coc_sources_disable_map = { 'cs': ['cs-2', 'cs-3'] }
I used this on my vimrc
to disable the problematic sources permanently.