Module: LSP::FileChangeType

Defined in:
lib/lsp/lsp_enums.rb

Constant Summary collapse

CREATED =
1
CHANGED =
2
DELETED =
3