question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
igorguecommented, Apr 20, 2021
let g:coc_sources_disable_map = { 'cs': ['cs-2', 'cs-3'] }

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

1reaction
codeclemcommented, Sep 16, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found