mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
💄, #47475
This commit is contained in:
@@ -110,7 +110,7 @@ class RemoteFileSystemProvider implements IFileSystemProvider {
|
||||
delete(resource: URI): TPromise<void, any> {
|
||||
return this._proxy.$delete(this._handle, resource);
|
||||
}
|
||||
move(resource: URI, target: URI): TPromise<IStat, any> {
|
||||
rename(resource: URI, target: URI): TPromise<IStat, any> {
|
||||
return this._proxy.$move(this._handle, resource, target);
|
||||
}
|
||||
mkdir(resource: URI): TPromise<IStat, any> {
|
||||
|
||||
Reference in New Issue
Block a user