class

LSProtocol::DiagnosticClientCapabilities

Inherits JSON::Serializable / Reference / Object

Client capabilities specific to diagnostic pull requests.

@since 3.17.0

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code_description_support

Client supports a codeDescription property

@since 3.16.0

Source
data_support

Whether code action supports the data property which is preserved between a textDocument/publishDiagnostics and textDocument/codeAction request.

@since 3.16.0

Source
dynamic_registration

Whether implementation supports dynamic registration. If this is set to true the client supports the new (TextDocumentRegistrationOptions & StaticRegistrationOptions) return value for the corresponding server capability as well.

Source
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

Source