Represents reasons why a text document is saved.

Variables

@:enum@:implread onlyAfterDelay:TextDocumentSaveReason

Automatic after a delay.

@:enum@:implread onlyFocusOut:TextDocumentSaveReason

When the editor lost focus.

@:enum@:implread onlyManual:TextDocumentSaveReason

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