-
-
Notifications
You must be signed in to change notification settings - Fork 574
perf(langage_server): prebuild IsolatedLintHandler
#10406
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
perf(langage_server): prebuild IsolatedLintHandler
#10406
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #10406 will not alter performanceComparing Summary
|
All reactions
Merge activity
|
b3b3054
to
bb8a078
Compare
Now we build the linter on `init_linter_config` and not when we are linting one file in `handle_file_update`.
7ef3bc5
to
3f9bcd2
Compare
Now we build the linter on `init_linter_config` and not when we are linting one file in `handle_file_update`.
3f9bcd2
to
21f3175
Compare
Now we build the linter on
init_linter_config
and not when we are linting one file inhandle_file_update
.