mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Carry #1372 over to 3.17
This commit is contained in:
parent
0dad6bb8b3
commit
4b0d14937b
1 changed files with 3 additions and 2 deletions
|
|
@ -1091,6 +1091,7 @@ export interface WorkspaceEdit {
|
|||
|
||||
The capabilities of a workspace edit has evolved over the time. Clients can describe their support using the following client capability:
|
||||
|
||||
_Client Capability_:
|
||||
* property path (optional): `workspace.workspaceEdit`
|
||||
* property type: `WorkspaceEditClientCapabilities` defined as follows:
|
||||
|
||||
|
|
@ -3584,7 +3585,7 @@ export interface ExecuteCommandRegistrationOptions
|
|||
}
|
||||
```
|
||||
|
||||
_Request:_
|
||||
_Request_:
|
||||
* method: 'workspace/executeCommand'
|
||||
* params: `ExecuteCommandParams` defined as follows:
|
||||
|
||||
|
|
@ -4518,7 +4519,7 @@ See also the [Diagnostic](#diagnostic) section.
|
|||
|
||||
_Client Capability_:
|
||||
* property name (optional): `textDocument.publishDiagnostics`
|
||||
* property type `PublishDiagnosticsClientCapabilities` defined as follows:
|
||||
* property type: `PublishDiagnosticsClientCapabilities` defined as follows:
|
||||
|
||||
<div class="anchorHolder"><a href="#publishDiagnosticsClientCapabilities" name="publishDiagnosticsClientCapabilities" class="linkableAnchor"></a></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue