-
-
Notifications
You must be signed in to change notification settings - Fork 959
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
improve performance for large file #5190
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
improve performance for large file (still don't know why this func is called for a buf with b:coc_enabled = 0)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5190 +/- ##
==========================================
+ Coverage 98.32% 98.36% +0.03%
==========================================
Files 273 273
Lines 26154 26154
Branches 5409 5409
==========================================
+ Hits 25716 25726 +10
+ Misses 276 268 -8
+ Partials 162 160 -2 ☔ View full report in Codecov by Sentry. |
fannheyward
approved these changes
Nov 15, 2024
@all-contributors please add @zoumi for code. |
I've put up a pull request to add @zoumi! 🎉 |
fannheyward
added a commit
that referenced
this pull request
Nov 25, 2024
aacbbca feat: Add uriConverter.code2Protocol (#5198) 61be196 chore(packages): esbuild/eslint/jest (#5197) 13b63d7 feat(neovim): bundled neoclide/neovim (#5196) dbfa1c9 fix(package): audit fix cross-spawn (#5193) a455fc7 fix(inlayHint&semanticTokens): Fix range send to server (#5192) 18c34bc docs: add zoumi as a contributor for code (#5191) f06e21e feat: improve performance for large file (#5190) 6d2e07f docs: update help for coc-dialog-input toggle-selection #5187 (#5189) 43b706a docs: add laktak as a contributor for code (#5188) c878df6 feat: alternate keybinding for coc-dialog-input toggle-selection (#5187) 3b8869a docs: add oxalica as a contributor for code (#5182) bf42817 docs: add wsdjeg as a contributor for code (#5181) b271084 docs: add itsf4llofstars as a contributor for doc (#5180) f87fcf1 docs: add brainwo as a contributor for doc (#5179) 58ba3cc docs: add tcx4c70 as a contributor for code (#5178) a542be2 docs: add V-Mann-Nick as a contributor for code (#5177) bc813a2 docs: add gera2ld as a contributor for code (#5176) 91a5328 docs: add merwan as a contributor for doc (#5175) 7531a84 docs: add hackergrrl as a contributor for doc (#5174) dafa79f docs: add YongJieYongJie as a contributor for code (#5173) a119577 docs: add cridemichel as a contributor for code (#5172) 790ab94 docs: add mehalter as a contributor for code (#5171) acced09 docs: add cclauss as a contributor for code (#5170) 08ca74f docs: add aispeaking as a contributor for code (#5169) 4fdbab4 docs: add asmodeus812 as a contributor for code (#5165) 905cdfb docs: add 43081j as a contributor for code (#5166) d001dd6 docs: add Kaiser-Yang as a contributor for code (#5167) 272937b docs: add de-vri-es as a contributor for code (#5168) 52b3503 docs: add A4-Tacks as a contributor for code (#5164) d9afe33 docs: add zhixiao-zhang as a contributor for code (#5163) 30c62b7 docs: add statiolake as a contributor for code (#5162) 815a371 docs: add davidosomething as a contributor for doc (#5161) 13751e1 feat(list): add CocListMoved event (#5160) 5fdf3d6 mention coc-diagnostics-shim in docs (#5159)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
improve performance for large file
(still don't know why this func is called for a buf with b:coc_enabled = 0)