Struct languageserver_types::DidChangeWatchedFilesRegistrationOptions
[−]
[src]
pub struct DidChangeWatchedFilesRegistrationOptions {
pub watchers: Vec<FileSystemWatcher>,
}Describe options to be used when registered for text document change events.
Fields
watchers: Vec<FileSystemWatcher>
The watchers to register.