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(workspace): add missing interface to renamed method #5032

Closed asmodeus812 closed 4 weeks ago

asmodeus812 commented 4 weeks ago

The method asRelativePath was probably renamed in the past, however there are extensions such as coc-java which are using the method named asRelativePath expose the method in the workspace api, as it is already exposed in the typings api.

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 98.50%. Comparing base (ba3c0a9) to head (237cad3).

Files Patch % Lines
src/workspace.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5032 +/- ## ========================================== - Coverage 98.51% 98.50% -0.01% ========================================== Files 273 273 Lines 26072 26073 +1 Branches 5389 5389 ========================================== - Hits 25684 25683 -1 - Misses 228 230 +2 Partials 160 160 ```

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