提交 05b5db7a 编写于 作者: J Johannes Rieken

manifest ideas about better names in WorkspaceEdit #10659

上级 90eefbfa
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册