Skip to content

Commit

Permalink
manifest ideas about better names in WorkspaceEdit #10659
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jun 20, 2018
1 parent 90eefbf commit 05b5db7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,10 @@ declare module 'vscode' {
createFile(uri: Uri): void;
deleteFile(uri: Uri): void;
renameFile(oldUri: Uri, newUri: Uri): void;

// replaceText(uri: Uri, range: Range, newText: string): void;
// insertText(uri: Uri, position: Position, newText: string): void;
// deleteText(uri: Uri, range: Range): void;
}

//#endregion
Expand Down

0 comments on commit 05b5db7

Please sign in to comment.