class

LSProtocol::DidChangeWorkspaceFoldersParams

Inherits JSON::Serializable / Reference / Object

The parameters of a workspace/didChangeWorkspaceFolders notification.

Constructors

new(pull : JSON::PullParser)
Source
new(event : WorkspaceFoldersChangeEvent | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

event

The actual workspace folder change event.

Source