struct

LSP::ConfigurationItem

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

scope_uri

The scope to get the configuration section for.

Source
scope_uri=(scope_uri : String | Nil)

The scope to get the configuration section for.

Source
section

The configuration section asked for.

Source
section=(section : String | Nil)

The configuration section asked for.

Source