LSProtocol::ExecuteCommandParams
Inherits JSON::Serializable / Reference / Object
The parameters of a ExecuteCommandRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(command : String | Nil, arguments : Array(LSPAny) | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source