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:
parent
e202981f0c
commit
c8d49408d3
4 changed files with 666 additions and 86 deletions
|
@ -3902,6 +3902,7 @@ impl GetDocumentDiagnostics {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct WorkspaceLspPullDiagnostics {
|
||||
pub version: Option<i32>,
|
||||
pub diagnostics: LspPullDiagnostics,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue