Module: LanguageServer::Protocol::Constants::DiagnosticSeverity
- Defined in:
- lib/language_server/protocol/constants/diagnostic_severity.rb
Constant Summary collapse
- ERROR =
Reports an error.
1- WARNING =
Reports a warning.
2- INFORMATION =
Reports an information.
3- HINT =
Reports a hint.
4