Duplicate entries in auto completion window (ending with [LS]).
See original GitHub issueIssue Description
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.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Avoid Duplicate Entries In Bash History In Linux - OSTechNix
In this guide, we will see how to avoid duplicate entries in Bash ... will end up with too many duplicate entries in...
Read more >Tab completion not always working for ls command - Ask Ubuntu
If I stand in my home directory, press ls and then press Tab then I get a list of files. But if I...
Read more >Cygwin .bashrc PATH gets duplicate entries - Stack Overflow
Figured out that I need to pass --noprofile --norc to bash when calling bash. Here's the updated C:\cygwin\Cygwin.bat @echo off C ...
Read more >Auto completion duplicates text [Kile] - LaTeX Stack Exchange
When I try to autocomplete an argument in Kile it ends up writing the entire command and ignores what I wrote, like this:...
Read more >Bash & Tricks - Part II
Command line completion is achieved by typing a partial path/program and then ... Addressing files by relative paths. $ cd /home/gringo/scripts $ ls...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I used this on my
vimrc
to disable the problematic sources permanently.I have this problem too. You can disable one with
CocList sources
, select eithercs-1
orcs-2
with the arrow keys and hittab
to open the prompt to toggle it. But there is no way that I know of to make it a permanent setting.