class

LSProtocol::ChangeAnnotationsSupportOptions

Inherits JSON::Serializable / Reference / Object

@since 3.18.0

Constructors

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

Instance methods

groups_on_label

Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.

Source