struct

LSP::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. Used to refer to this workspace folder in the user interface.

Source
name=(name : String)

The name of the workspace folder. Used to refer to this workspace folder in the user interface.

Source
uri

The associated URI for this workspace folder.

Source
uri=(uri : String)

The associated URI for this workspace folder.

Source