mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
files,remote - more utimes removal
This commit is contained in:
@@ -93,9 +93,6 @@ class RemoteFileSystemProvider implements IFileSystemProvider {
|
||||
|
||||
// --- forwarding calls
|
||||
|
||||
utimes(resource: URI, mtime: number, atime: number): TPromise<IStat, any> {
|
||||
return this._proxy.$utimes(this._handle, resource, mtime, atime);
|
||||
}
|
||||
stat(resource: URI): TPromise<IStat, any> {
|
||||
return this._proxy.$stat(this._handle, resource);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user