Avoid refreshing diagnostics for language servers that didn't update
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
parent
96cdf3b9dd
commit
bbfa6580a4
6 changed files with 135 additions and 73 deletions
|
@ -516,8 +516,9 @@ message UpdateDiagnosticSummary {
|
|||
|
||||
message DiagnosticSummary {
|
||||
string path = 1;
|
||||
uint32 error_count = 2;
|
||||
uint32 warning_count = 3;
|
||||
uint64 language_server_id = 2;
|
||||
uint32 error_count = 3;
|
||||
uint32 warning_count = 4;
|
||||
}
|
||||
|
||||
message UpdateLanguageServer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue