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

chore(codelens): combine cursorline hlgroup for codelens #3584

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

kevinhwang91
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jan 17, 2022

Codecov Report

Merging #3584 (2774858) into master (30296f9) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3584      +/-   ##
==========================================
- Coverage   74.79%   74.78%   -0.02%     
==========================================
  Files         192      192              
  Lines       19565    19565              
  Branches     4394     4394              
==========================================
- Hits        14634    14632       -2     
- Misses       3150     3152       +2     
  Partials     1781     1781              
Impacted Files Coverage Δ
src/handler/codelens/buffer.ts 77.44% <ø> (ø)
src/completion/index.ts 75.06% <0.00%> (-0.75%) ⬇️
src/model/task.ts 92.10% <0.00%> (+2.63%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30296f9...2774858. Read the comment docs.

@chemzqm chemzqm merged commit 58ee4c4 into neoclide:master Jan 17, 2022
@kevinhwang91 kevinhwang91 deleted the pretty-cul-codelens branch January 17, 2022 12:36
chemzqm added a commit that referenced this pull request Jan 18, 2022
b56c736 fix(semanticTokens): fix highlight range
459ab64 fix(highlight): fix option of highlights not exists
1f01244 feat(colors): change configuration for colors highlight
81966a4 feat(diagnostic): add configuration diagnostic.highlightPriority
d33f486 feat(highlight): support check changedtick for updateHighlights
10754e2 feat(highlights): extend api buffer.updateHighlights()
58ee4c4 chore(codelens): combine cursorline hlgroup for codelens (#3584)
30296f9 fix(highlight): avoid get() called with v:null
7a2781f perf(highlight): update highlights by regions
e7e436a chore(handler): use notification for codeLen update
ad3a116 feat(handler): support codeLens.position
82b6f14 refactor(handler): add workspace handler
14c4cb8 chore(package): update marked
a066c0b refactor(completion): better sort and filter
608f2a7 Revert "ci(test): use --runInBand"
d8cb4b8 ci(test): use --runInBand
0041701 refactor(test): avoid failure test
05a1d23 refactor(test): avoid test failure
01e5dcd refactor(workspace): use nvim.exec() when possible
458b9b8 refactor(test): avoid failure tests
054701e fix(download): delay ECONNRESET error
7852a78 refactor(list): move mutex to ui module
ea23c24 chore(completion): use different mru file for tests
2616f7a fix(schema): fix list.statusLineSegments
8874b31 feat(completion): support suggest.selection
1995c1a feat(completion): suggest.asciiCharactersOnly works on trigger
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.

2 participants