class

LSProtocol::TextDocumentSaveRegistrationOptions

Inherits JSON::Serializable / Reference / Object

Save registration options.

Constructors

new(pull : JSON::PullParser)
Source
new(document_selector : DocumentSelector | Nil, include_text : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

document_selector

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.

Source
include_text

The client is supposed to include the content on save.

Source