Fix pull diagnostics on the remote clients (#33028)

Also add a test.

Release Notes:

- Fixed pull diagnostics on the remote clients
This commit is contained in:
Kirill Bulatov 2025-06-19 15:48:03 +03:00 committed by GitHub
parent e202981f0c
commit c8d49408d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 666 additions and 86 deletions

View file

@ -3902,6 +3902,7 @@ impl GetDocumentDiagnostics {
}
}
#[derive(Debug)]
pub struct WorkspaceLspPullDiagnostics {
pub version: Option<i32>,
pub diagnostics: LspPullDiagnostics,