Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(workspace): add missing interface to renamed method #5032

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

asmodeus812
Copy link
Contributor

@asmodeus812 asmodeus812 commented Jun 6, 2024

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.

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 typings api
Copy link

codecov bot commented Jun 6, 2024

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 ⚠️
Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fannheyward fannheyward changed the title Add missing interface to renamed method fix(workspace): add missing interface to renamed method Jun 6, 2024
@fannheyward fannheyward merged commit c054573 into neoclide:master Jun 6, 2024
3 of 4 checks passed
fannheyward added a commit that referenced this pull request Jul 4, 2024
5663297 feat(core): support NVIM_APPNAME (#5073)
bdf2fa4 fix(coc#has_item_selected): check pum visible (#5067)
b37b3e0 feat(coc#pum#has_item_selected) (#5064)
bdfd169 feat(inlayHint): add `inlayHint.position` configuration
e4abae7 feat(typings): more options in NvimFloatOptions (#5058)
b3cbba4 feat(extension): allow `CocUpdate` UI open in tab (#5050)
3a0980f chore(packages): eslint related (#5048)
79ccfea fix(diagnostic): stack hl groups (#5046)
974b9c8 fix(package): npm audit fix (#5041)
c054573 fix(workspace): add missing interface to renamed method (#5032)
ba3c0a9 feat!: increase minimum vim/nvim versions (#5026)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants