mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
adding configurable timeout, #43768
This commit is contained in:
@@ -923,7 +923,7 @@ export interface FileSystemEvents {
|
||||
|
||||
export interface ExtHostFileSystemEventServiceShape {
|
||||
$onFileEvent(events: FileSystemEvents): void;
|
||||
$onWillRunFileOperation(operation: files.FileOperation, target: UriComponents, source: UriComponents | undefined): Promise<any>;
|
||||
$onWillRunFileOperation(operation: files.FileOperation, target: UriComponents, source: UriComponents | undefined, token: CancellationToken): Promise<any>;
|
||||
$onDidRunFileOperation(operation: files.FileOperation, target: UriComponents, source: UriComponents | undefined): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user