A file system watcher notifies about changes to files and folders on disk.

To get an instance of a FileSystemWatcher use workspace.createFileSystemWatcher createFileSystemWatcher.

Implements

Constructors

Properties

_config: number
_disposable: Disposable
_onDidChange: Emitter<Uri> = ...
_onDidCreate: Emitter<Uri> = ...
_onDidDelete: Emitter<Uri> = ...

Accessors

Methods