mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fixes #243: Add "labels" to ApplyWorkspaceEditParams
This commit is contained in:
parent
c3c252a8bd
commit
4d27d519df
1 changed files with 7 additions and 0 deletions
|
|
@ -1691,6 +1691,13 @@ _Request_:
|
|||
|
||||
```typescript
|
||||
export interface ApplyWorkspaceEditParams {
|
||||
/**
|
||||
* An optional label of the workspace edit. This label is
|
||||
* presented in the user interface for example on an undo
|
||||
* stack to undo the workspace edit.
|
||||
*/
|
||||
label?: string;
|
||||
|
||||
/**
|
||||
* The edits to apply.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue