files,remote - more utimes removal

This commit is contained in:
Johannes Rieken
2018-04-09 12:23:26 +02:00
parent def32e0b7c
commit efcca1c0d9
5 changed files with 1 additions and 16 deletions

View File

@@ -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>;