mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
files,remote - more utimes removal
This commit is contained in:
@@ -565,7 +565,6 @@ export interface ExtHostWorkspaceShape {
|
||||
}
|
||||
|
||||
export interface ExtHostFileSystemShape {
|
||||
$utimes(handle: number, resource: UriComponents, mtime: number, atime: number): TPromise<IStat>;
|
||||
$stat(handle: number, resource: UriComponents): TPromise<IStat>;
|
||||
|
||||
$readFile(handle: number, resource: UriComponents): TPromise<string>;
|
||||
|
||||
Reference in New Issue
Block a user