View source
enum abstract TextDocumentSaveReason(Int)
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Represents reasons why a text document is saved.
Variables
inlineread onlyManual:TextDocumentSaveReason = 1
Manually triggered, e.g. by the user pressing save, by starting debugging, or by an API call.