Module: LanguageServer::Protocol::Constant::WatchKind

Defined in:
lib/language_server/protocol/constant/watch_kind.rb,
sig/language_server/protocol/constant/watch_kind.rbs

Constant Summary collapse

CREATE =

Interested in create events.

Returns:

  • (1)
1
CHANGE =

Interested in change events

Returns:

  • (2)
2
DELETE =

Interested in delete events

Returns:

  • (4)
4