提交 36c5c312 编写于 作者: J Johannes Rieken

argument names, #48527

上级 8aa6fe9f
......@@ -5048,11 +5048,11 @@ declare module 'vscode' {
* Copy files or folders. Implementing this function is optional but it will speedup
* the copy operation.
*
* @param uri The existing file or folder.
* @param target The target location.
* @param source The existing file or folder.
* @param destination The destination location.
* @param token A cancellation token.
*/
copy?(uri: Uri, target: Uri, options: FileOptions, token: CancellationToken): FileStat | Thenable<FileStat>;
copy?(source: Uri, destination: Uri, options: FileOptions, token: CancellationToken): FileStat | Thenable<FileStat>;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册