View Source GenLSP.Structures.DiagnosticClientCapabilities (gen_lsp v0.8.1)

Client capabilities specific to diagnostic pull requests.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • 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.
  • related_document_support: Whether the clients supports related documents for document diagnostic pulls.

Link to this section Types

@type t() :: %GenLSP.Structures.DiagnosticClientCapabilities{
  dynamic_registration: boolean() | nil,
  related_document_support: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DiagnosticClientCapabilities{}

View Source (struct)

fields

Fields

  • 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.
  • related_document_support: Whether the clients supports related documents for document diagnostic pulls.