Module: LanguageServer::Protocol::Constant::DiagnosticSeverity

Defined in:
lib/language_server/protocol/constant/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