Interface ExtHostFileSystemEventServiceShape

interface ExtHostFileSystemEventServiceShape {
    $onDidRunFileOperation(operation, target, source): void;
    $onFileEvent(events): void;
    $onWillRunFileOperation(operation, target, source, timeout, token): Promise<any>;
}

Implemented by

Methods