Interface TextDocumentSaveRegistrationOptions

Save registration options.

interface TextDocumentSaveRegistrationOptions {
    documentSelector: null | DocumentSelector;
    includeText?: boolean;
}

Hierarchy (View Summary)

Properties

documentSelector: null | DocumentSelector

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

includeText?: boolean

The client is supposed to include the content on save.