struct LSP::ExecuteCommandParams
- LSP::ExecuteCommandParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- LSP::WorkDoneProgressParams
Defined in:
lsp/workspace_features/execute_command.crConstructors
Instance Method Summary
-
#arguments : Array(JSON::Any) | Nil
Arguments that the command should be invoked with.
-
#arguments=(arguments : Array(JSON::Any) | Nil)
Arguments that the command should be invoked with.
-
#command : String
The identifier of the actual command handler.
-
#command=(command : String)
The identifier of the actual command handler.
Instance methods inherited from module LSP::WorkDoneProgressParams
work_done_token : ProgressToken | Nil
work_done_token,
work_done_token=(work_done_token : ProgressToken | Nil)
work_done_token=
Constructor Detail
Instance Method Detail
def arguments=(arguments : Array(JSON::Any) | Nil)
#
Arguments that the command should be invoked with.