Module: LSP::DiagnosticSeverity

Defined in:
lib/lsp/lsp_enums.rb

Constant Summary collapse

ERROR =
1
WARNING =
2
INFORMATION =
3
HINT =
4