Module: LanguageServer::Protocol::Constant::FileChangeType
- Defined in:
- lib/language_server/protocol/constant/file_change_type.rb
Overview
The file event type.
Constant Summary collapse
- CREATED =
The file got created.
1
- CHANGED =
The file got changed.
2
- DELETED =
The file got deleted.
3