Interface DeclarationClientCapabilities

3.14.0

interface DeclarationClientCapabilities {
    dynamicRegistration?: boolean;
    linkSupport?: boolean;
}

Properties

dynamicRegistration?: boolean

Whether declaration supports dynamic registration. If this is set to true the client supports the new DeclarationRegistrationOptions return value for the corresponding server capability as well.

linkSupport?: boolean

The client supports additional metadata in the form of declaration links.