Clarify dynamic registration for change configuration notifications (#1889)

This commit is contained in:
Dirk Bäumer 2024-01-29 13:01:26 +01:00 committed by GitHub
parent 0d65e00110
commit a3c6649aa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ _Client Capability_:
export interface DidChangeConfigurationClientCapabilities {
/**
* Did change configuration notification supports dynamic registration.
*
* @since 3.6.0 to support the new pull model.
*/
dynamicRegistration?: boolean;
}

View file

@ -12,6 +12,8 @@ _Client Capability_:
export interface DidChangeConfigurationClientCapabilities {
/**
* Did change configuration notification supports dynamic registration.
*
* @since 3.6.0 to support the new pull model.
*/
dynamicRegistration?: boolean;
}