GenLSP.Enumerations.DocumentDiagnosticReportKind (gen_lsp v0.0.9)
The document diagnostic report kinds.
@since 3.17.0
Link to this section Summary
Functions
A diagnostic report with a full set of problems.
A report indicating that the last returned report is still accurate.
Link to this section Types
@type t() :: String.t()
Link to this section Functions
Link to this function
full()
@spec full() :: String.t()
A diagnostic report with a full set of problems.
Link to this function
unchanged()
@spec unchanged() :: String.t()
A report indicating that the last returned report is still accurate.