mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Clarify dynamic registration for change configuration notifications (#1889)
This commit is contained in:
parent
0d65e00110
commit
a3c6649aa0
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue