Class DiagnoseDocumentResponse
Response to rdcore/diagnostics/document: the diagnostics a provider found, already projected
to LSP Diagnostics (code, codeDescription help URL, and structured
data), plus the source version echoed back for the language server's staleness gate.
public record DiagnoseDocumentResponse : IEquatable<DiagnoseDocumentResponse>
- Inheritance
-
DiagnoseDocumentResponse
- Implements
- Inherited Members
Properties
Diagnostics
The diagnostics the provider found, in source order.
public Container<Diagnostic> Diagnostics { get; init; }
Property Value
SourceVersion
The SourceVersion echoed back unchanged.
public int SourceVersion { get; init; }