module LanguageServer::Protocol::Constant::TextDocumentSaveReason

Represents reasons why a text document is saved.

Constants

AFTER_DELAY

Automatic after a delay.

FOCUS_OUT

When the editor lost focus.

MANUAL

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