Module: LanguageServer::Protocol::Constant::WatchKind
- Defined in:
- lib/language_server/protocol/constant/watch_kind.rb
Constant Summary collapse
- CREATE =
Interested in create events.
1- CHANGE =
Interested in change events
2- DELETE =
Interested in delete events
4