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

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

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

fannheyward
Copy link
Member

coc.preferences.extensionUpdateUIInTab

Closes #5045

`coc.preferences.extensionUpdateUIInTab`

Closes #5045
Copy link

codecov bot commented Jun 20, 2024

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

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

@fannheyward fannheyward merged commit b3cbba4 into master Jun 20, 2024
4 checks passed
@fannheyward fannheyward deleted the feat/ext-update-ui-tab branch June 20, 2024 10:51
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.

Make :CocUpdate can use tab
1 participant