pub type Finding = (MaxDiagnostic, Diagnostic);Expand description
A single finding — an extended MaxDiagnostic paired with the plain
LSP Diagnostic that is published to the client.
pub type Finding = (MaxDiagnostic, Diagnostic);A single finding — an extended MaxDiagnostic paired with the plain
LSP Diagnostic that is published to the client.