module LanguageServer::Protocol::Constant::DiagnosticTag
The diagnostic tags.
Constants
- DEPRECATED
Deprecated or obsolete code.
Clients are allowed to rendered diagnostics with this tag strike through.
- UNNECESSARY
Unused or unnecessary code.
Clients are allowed to render diagnostics with this tag faded out instead of having an error squiggle.