Fixes #243: Add "labels" to ApplyWorkspaceEditParams

This commit is contained in:
Dirk Baeumer 2017-11-22 22:05:48 +01:00
parent c3c252a8bd
commit 4d27d519df

View file

@ -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.
*/