class

LSProtocol::WorkspaceFolder

Inherits JSON::Serializable / Reference / Object

A workspace folder inside a client.

Constructors

new(name : String | Nil, uri : URI | Nil)
Source
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
uri

The associated URI for this workspace folder.

Source