mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Change TextDocumentSyncKindIncremental -> TextDocumentSyncKind.Incremental
This commit is contained in:
parent
fd86b9f00e
commit
8ba6ccd66e
1 changed files with 2 additions and 2 deletions
|
|
@ -1325,7 +1325,7 @@ export interface TextDocumentSyncOptions {
|
|||
openClose?: boolean;
|
||||
/**
|
||||
* Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full
|
||||
* and TextDocumentSyncKindIncremental.
|
||||
* and TextDocumentSyncKind.Incremental.
|
||||
*/
|
||||
change?: number;
|
||||
/**
|
||||
|
|
@ -2172,7 +2172,7 @@ _Registration Options_: `TextDocumentChangeRegistrationOptions` defined as follo
|
|||
export interface TextDocumentChangeRegistrationOptions extends TextDocumentRegistrationOptions {
|
||||
/**
|
||||
* How documents are synced to the server. See TextDocumentSyncKind.Full
|
||||
* and TextDocumentSyncKindIncremental.
|
||||
* and TextDocumentSyncKind.Incremental.
|
||||
*/
|
||||
syncKind: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue