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(list): add --buffer to list buffer diags #4958

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

fannheyward
Copy link
Member

Closes #4952

:CocList diagnostics --buffer

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.57%. Comparing base (846994b) to head (7d6d8b2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4958      +/-   ##
==========================================
+ Coverage   98.54%   98.57%   +0.02%     
==========================================
  Files         273      273              
  Lines       26060    26066       +6     
  Branches     5386     5386              
==========================================
+ Hits        25682    25694      +12     
+ Misses        223      219       -4     
+ Partials      155      153       -2     

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

@fannheyward fannheyward force-pushed the feat/list-diagnostics-buffer-only branch from d9cfb16 to 7d6d8b2 Compare March 26, 2024 01:10
@fannheyward fannheyward merged commit 9190bfe into master Mar 26, 2024
4 checks passed
@fannheyward fannheyward deleted the feat/list-diagnostics-buffer-only branch March 26, 2024 01:16
fannheyward added a commit that referenced this pull request Mar 26, 2024
9190bfe feat(list): add --buffer to list buffer diags (#4958)
fb030d4 fix(defaultAction) fallback to default action on emtpy expression (#4954)
846994b fix(inlayHint): more compact padding highlight group (#4950)
b01ae44 feat(semanticTokens)!: token highlight groups (#4667)
8c85d6f fix(markdown): incorrect list indentation alignment in markdown parser (#4884)
0d66554 fix(inlayHint): hl_mode = 'replace' for neovim (#4949)
1a8244e chore(package): update dependencies (#4948)
4f68722 feat(client): upgrade to marked 7 (#4947)
574c12c feat(package): @types/node@18 (#4946)
d299c66 feat(menu): C-j/k to navigate menu (#4945)
34d3d9d chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#4944)
aead8f4 chore(CI): use Node 20 (#4940)
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.

Extend CocDiagnostics or fillDiagnostics to work with CocList
1 participant