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

Add parameter to command 'workspace.showOutput' #5014

Closed solomonwzs closed 1 month ago

solomonwzs commented 1 month ago

Add parameter to command workspace.showOutput, let user could control how to open the OutputChannel window in command mode like this: :CocCommand workspace.showOutput channelName sp

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 98.55%. Comparing base (2c7e715) to head (985a1d9).

Files Patch % Lines
src/window.ts 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5014 +/- ## ======================================= Coverage 98.54% 98.55% ======================================= Files 273 273 Lines 26074 26074 Branches 5390 5391 +1 ======================================= + Hits 25695 25696 +1 + Misses 222 220 -2 - Partials 157 158 +1 ```

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