struct

LSP::Data::ServerCapabilities::SaveOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(include_text : Bool = false)
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)

The client is supposed to include the content on save.

Source