lsp.ExecuteCommandParams
The parameters of a {@link ExecuteCommandRequest}.
Fields2
ExecuteCommandParams.command : string
The identifier of the actual command handler.
ExecuteCommandParams.arguments : lsp.LSPAny[] | nil
Arguments that the command should be invoked with.