struct

LSP::WorkspaceFolderChangeEvent

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

added

The array of added workspace folders

Source
added=(added : Array(WorkspaceFolder))

The array of added workspace folders

Source
removed

The array of the removed workspace folders

Source
removed=(removed : Array(WorkspaceFolder))

The array of the removed workspace folders

Source