Skip to content

Commit

Permalink
Use WorkspaceClientCapabilites.workspaceEdit.documentChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed May 17, 2017
1 parent 9348d81 commit 101b925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export interface WorkspaceEdit {
* An array of `TextDocumentEdit`s to express changes to n different text documents
* where each text document edit addresses a specific version of a text document.
* Whether a client supports versioned document edits is expressed via
* `WorkspaceClientCapabilites.versionedWorkspaceEdit`.
* `WorkspaceClientCapabilites.workspaceEdit.documentChanges`.
*/
documentChanges?: TextDocumentEdit[];
}
Expand Down

0 comments on commit 101b925

Please sign in to comment.