Module: LanguageServer::Protocol::Constant::DocumentDiagnosticReportKind
- Defined in:
- lib/language_server/protocol/constant/document_diagnostic_report_kind.rb
Overview
The document diagnostic report kinds.
Constant Summary collapse
- FULL =
A diagnostic report with a full set of problems.
'full'
- UNCHANGED =
A report indicating that the last returned report is still accurate.
'unchanged'