Skip to content

Commit

Permalink
Fixes microsoft#243: Add "labels" to ApplyWorkspaceEditParams
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored and sam-mccall committed Apr 20, 2021
1 parent 0bc0b7c commit 6b3ea9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 6b3ea9b

Please sign in to comment.