struct

LSP::Data::WorkspaceFolder

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

name

The name of the workspace folder. Defaults to the uri's basename.

Source
name=(name : String)

The name of the workspace folder. Defaults to the uri's basename.

Source
uri

The associated URI for this workspace folder.

Source
uri=(uri : URI)

The associated URI for this workspace folder.

Source