Module: LanguageServer::Protocol::Constant::TextDocumentSaveReason

Defined in:
lib/language_server/protocol/constant/text_document_save_reason.rb

Overview

Represents reasons why a text document is saved.

Constant Summary collapse

MANUAL =

Manually triggered, e.g. by the user pressing save, by starting debugging, or by an API call.

1
AFTER_DELAY =

Automatic after a delay.

2
FOCUS_OUT =

When the editor lost focus.

3