Module: LSP::FailureHandlingKind

Defined in:
lib/lsp/lsp_enums.rb

Constant Summary collapse

ABORT =
'abort'
TRANSACTIONAL =
'transactional'
TEXTONLYTRANSACTIONAL =
'textOnlyTransactional'
UNDO =
'undo'