struct

LSP::TextDocumentSaveRegistrationOptions

Inherits LSP::TextDocumentRegistrationOptions < JSON::Serializable < JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

include_text

The client is supposed to include the content on save.

Source
include_text=(include_text : Bool | Nil)

The client is supposed to include the content on save.

Source