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 workspace folder filter argument for diagnostics #4959

Closed asmodeus812 closed 3 months ago

asmodeus812 commented 3 months ago

In addition to the recently added --buffer option, i have also added a --workspace-folder which will show only the ones active for the current workspace folder.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 98.55%. Comparing base (9190bfe) to head (d62ac2b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4959 +/- ## ========================================== - Coverage 98.56% 98.55% -0.02% ========================================== Files 273 273 Lines 26066 26070 +4 Branches 5386 5387 +1 ========================================== - Hits 25693 25692 -1 - Misses 219 223 +4 - Partials 154 155 +1 ```

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