Module: Mui::Lsp::Protocol::DiagnosticSeverity
- Defined in:
- lib/mui/lsp/protocol/diagnostic.rb
Overview
LSP DiagnosticSeverity constants
Constant Summary collapse
- ERROR =
1- WARNING =
2- INFORMATION =
3- HINT =
4
LSP DiagnosticSeverity constants
1
2
3
4