lsp: Support partial result for workspace/diagnostic
#33979
Closed
4teapo
started this conversation in
Feature Ideas / Enhancements
Replies: 2 comments 1 reply
-
Are you aware of any language server that actually implements this? So far, seems that Zed has to
Does not seem hard unless I miss something. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed by #34022 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Zed currently does not support partial result for
workspace/diagnostic
, which can lead to language servers responding with all the workspace diagnostics on every such request. This may takes a lot of time to process. With partial results, the language server would first send a large chunk of diagnostics for the entire workspace, but would only send what actually changed on subsequent updates, which can take the delay from seconds to a small fraction of a second.Beta Was this translation helpful? Give feedback.
All reactions