Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextDocumentSaveReason

Represents reasons why a text document is saved.

Index

Enumeration Members

Enumeration Members

AfterDelay: 2

Automatic after a delay.

FocusOut: 3

When the editor lost focus.

Manual: 1

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