don't debounce FS events

This commit is contained in:
Johannes Rieken
2017-01-17 16:42:27 +01:00
parent 6a205d16be
commit 2caf36fdf5
2 changed files with 6 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import { match } from 'vs/base/common/glob';
import { Uri, FileSystemWatcher as _FileSystemWatcher } from 'vscode';
import { FileSystemEvents, ExtHostFileSystemEventServiceShape } from './extHost.protocol';
export class FileSystemWatcher implements _FileSystemWatcher {
class FileSystemWatcher implements _FileSystemWatcher {
private _onDidCreate = new Emitter<Uri>();
private _onDidChange = new Emitter<Uri>();