LSProtocol::DiagnosticsCapabilities
Inherits JSON::Serializable / Reference / Object
General diagnostics capabilities for pull and push model.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
data_support
Whether code action supports the data property which is
preserved between a textDocument/publishDiagnostics and
textDocument/codeAction request.
@since 3.16.0
tag_support
Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.
@since 3.15.0