mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix spelling
This commit is contained in:
parent
f518abd616
commit
0c5f78efbf
2 changed files with 3 additions and 1 deletions
2
.vscode/spellright.dict
vendored
2
.vscode/spellright.dict
vendored
|
|
@ -15,3 +15,5 @@ vscode
|
|||
vscode-jsonrpc
|
||||
vscode-languageserver-protocol
|
||||
boolean
|
||||
npm
|
||||
inlined
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue