struct LSP::DidChangeWatchedFilesRegistrationOptions
- LSP::DidChangeWatchedFilesRegistrationOptions
- Struct
- Value
- Object
Overview
Describe options to be used when registering for file system change events.
Included Modules
- JSON::Serializable
Defined in:
lsp/capabilities/did_change_watched_files_client_capabilities.crConstructors
Instance Method Summary
-
#watchers : Array(FileSystemWatcher)
The watchers to register.
-
#watchers=(watchers : Array(FileSystemWatcher))
The watchers to register.