coc-omnisharp icon indicating copy to clipboard operation
coc-omnisharp copied to clipboard

Duplicate entries in auto completion window (ending with [LS]).

Open qhj opened this issue 4 years ago • 8 comments

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

Screenshot_20200725_091532

After disabling one cs source, the duplicate entries disappear. As shown in the screenshot below.

screenshot

Screenshot_20200725_091651

I have reinstalled coc-omnisharp, but it is still duplicate.

How can I solve this?

Thank you.

qhj avatar Jul 25 '20 01:07 qhj

how did you disable one source?

3rdey3 avatar Sep 03 '20 08:09 3rdey3

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.

codeclem avatar Sep 16 '20 02:09 codeclem

hmmm why are there two cs sources to begin with? could you please try the latest version? thanks.

yatli avatar Nov 20 '20 07:11 yatli

The same problem as #42

qhj avatar Nov 29 '20 03:11 qhj

@qhj I don't think it's the same issue.

yatli avatar Nov 29 '20 06:11 yatli

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.

qhj avatar Nov 29 '20 06:11 qhj

The problem remains. coc-omnisharp version: 0.0.28 omnisharp-roslyn version: v1.37.5

qhj avatar Dec 16 '20 23:12 qhj

let g:coc_sources_disable_map = { 'cs': ['cs-2', 'cs-3'] }

I used this on my vimrc to disable the problematic sources permanently.

igorgue avatar Apr 20 '21 20:04 igorgue