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(semanticTokens): decrease highlighting range #5205

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

fannheyward
Copy link
Member

@fannheyward fannheyward commented Nov 26, 2024

From [start-height*1.5, end+height*1.5] to [start-height/2, end+height/2], decrease items count to highlight.

Related #5199, should reduce flickering happened

From [start-height*1.5, end+height*1.5] to [start-height/2, end+height/2], decrease items to highlight

Related #5199, should reduce flickering happened
@fannheyward fannheyward force-pushed the feat/decrease-semantic-tokens-ranges branch from 7f8908f to b359ed2 Compare November 26, 2024 04:59
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.41%. Comparing base (aacbbca) to head (b359ed2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5205   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files         291      291           
  Lines       27029    27029           
  Branches     5603     5603           
=======================================
  Hits        26330    26330           
  Misses        491      491           
  Partials      208      208           

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

@fannheyward fannheyward merged commit 00da052 into master Nov 26, 2024
4 checks passed
@fannheyward fannheyward deleted the feat/decrease-semantic-tokens-ranges branch November 26, 2024 05:04
fannheyward added a commit that referenced this pull request Nov 26, 2024
fannheyward added a commit that referenced this pull request Nov 26, 2024
fannheyward added a commit that referenced this pull request Nov 26, 2024
fannheyward added a commit that referenced this pull request Dec 24, 2024
a6e54ae fix(client): `shell=true` on windows (#5225)
dce5ae5 feat(plugin): improve argument typing (#5221)
77094cb docs: correct coc-example-config url (#5220)
1e7abfa feat(scope): ensureDocument can accept bufnr (#5219)
28ad86d feat: add fixed position support for floating windows (#5217)
6a338ca fix(codeLens): Misalign when using tabs as indent (#5214)
306d7b9 fix(plugin): gramma on Action not existing (#5213)
5ca97f5 chore: correct typos (#5212)
2816a11 chore(history.md): mentioned recently improvements (#5211)
d70a46d refactor(highlights): remove checkMarkers (#5210)
829a106 perf(highlight): increase number of highlights (#5208)
2fc3f0d fix(semanticTokens): correct end range (#5206)
00da052 feat(semanticTokens): decrease highlighting range (#5205)
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.

1 participant