View Source GenLSP.Enumerations.DiagnosticTag (gen_lsp v0.8.1)

The diagnostic tags.

@since 3.15.0

Link to this section Summary

Functions

Deprecated or obsolete code.

Unused or unnecessary code.

Link to this section Types

@type t() :: 1 | 2

Link to this section Functions

@spec deprecated() :: 2

Deprecated or obsolete code.

Clients are allowed to rendered diagnostics with this tag strike through.

@spec unnecessary() :: 1

Unused or unnecessary code.

Clients are allowed to render diagnostics with this tag faded out instead of having an error squiggle.