Struct languageserver_types::FileSystemWatcher
[−]
[src]
pub struct FileSystemWatcher {
pub glob_pattern: String,
pub kind: Option<WatchKind>,
}Fields
glob_pattern: String
The glob pattern to watch
kind: Option<WatchKind>
The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.