Fix spelling

This commit is contained in:
Dirk Baeumer 2020-01-14 16:06:46 +01:00
parent f518abd616
commit 0c5f78efbf
2 changed files with 3 additions and 1 deletions

View file

@ -15,3 +15,5 @@ vscode
vscode-jsonrpc
vscode-languageserver-protocol
boolean
npm
inlined

View file

@ -2536,7 +2536,7 @@ export interface ApplyWorkspaceEditResponse {
#### <a href="#textDocument_synchronization" name="textDocument_synchronization" class="anchor">Text Document Synchronization</a>
Client support for `textDocument/open`, `textDocument/change` and `textDocument/close` notifications is mandantory in the protocol and clients can not opt out supporting them. In addition a server must either implement all three of them or none. Their capabilities are therefore controlled via a combined client and server capability.
Client support for `textDocument/open`, `textDocument/change` and `textDocument/close` notifications is mandatory in the protocol and clients can not opt out supporting them. In addition a server must either implement all three of them or none. Their capabilities are therefore controlled via a combined client and server capability.
<a href="#textDocument_synchronization_cc" name="textDocument_synchronization_cc" class="anchor"></a>_Client Capability_:
* property path (optional): `textDocument.synchronization.dynamicRegistration`