class

LSProtocol::ExecuteCommandParams

Inherits JSON::Serializable / Reference / Object

The parameters of a ExecuteCommandRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(command : String | Nil, arguments : Array(LSPAny) | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

arguments

Arguments that the command should be invoked with.

Source
command

The identifier of the actual command handler.

Source
work_done_token

An optional token that a server can use to report work done progress.

Source