neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.15k stars 953 forks source link

fix(completion): dont block completionItem.command #4975

Closed fannheyward closed 2 months ago

fannheyward commented 2 months ago

Closes #4877

also fix MAX_TIMEOUT https://github.com/neoclide/coc.nvim/pull/1608

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.53%. Comparing base (ede39ea) to head (20e3a55).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4975 +/- ## ========================================== - Coverage 98.56% 98.53% -0.03% ========================================== Files 273 273 Lines 26070 26070 Branches 5389 5389 ========================================== - Hits 25696 25689 -7 - Misses 219 224 +5 - Partials 155 157 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.