struct

LSP::SaveOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

include_text=(include_text : Bool)

The client is supposed to include the content on save.

Source
include_text?

The client is supposed to include the content on save.

Source