class

LSProtocol::WorkspaceFoldersChangeEvent

Inherits JSON::Serializable / Reference / Object

The workspace folder change event.

Constructors

new(added : Array(WorkspaceFolder) | Nil, removed : Array(WorkspaceFolder) | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

added

The array of added workspace folders

Source
removed

The array of the removed workspace folders

Source