lsp.DiagnosticClientCapabilities
Client capabilities specific to diagnostic pull requests.
@since 3.18.0
Fields3
DiagnosticClientCapabilities.dynamicRegistration : nil | 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.
DiagnosticClientCapabilities.markupMessageSupport : nil | boolean