Type Alias DiagnosticClientCapabilities

DiagnosticClientCapabilities: DiagnosticsCapabilities & {
    dynamicRegistration?: boolean;
    relatedDocumentSupport?: boolean;
}

Client capabilities specific to diagnostic pull requests.

Type declaration

  • OptionaldynamicRegistration?: boolean

    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.

  • OptionalrelatedDocumentSupport?: boolean

    Whether the clients supports related documents for document diagnostic pulls.

3.17.0