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

feat(extension): allow `CocUpdate` UI open in tab #5050

Closed fannheyward closed 2 weeks ago

fannheyward commented 2 weeks ago

coc.preferences.extensionUpdateUIInTab

Closes #5045

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.52%. Comparing base (3a0980f) to head (f4bf903).

Files Patch % Lines
src/extension/ui.ts 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5050 +/- ## ======================================= Coverage 98.52% 98.52% ======================================= Files 273 273 Lines 26080 26081 +1 Branches 5389 5389 ======================================= + Hits 25695 25696 +1 + Misses 227 226 -1 - Partials 158 159 +1 ```

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