Skip to main content

CommandsExecute

pub async fn CommandsExecute(
    RunTime: Arc<ApplicationRunTime>,
    Arguments: Vec<Value>,
) -> Result<Value, String>
Expand description

Execute a command by ID, dispatching to Mountain’s CommandExecutor. Emits sky://commands/executed after dispatch so subscribers of vscode.commands.onDidExecuteCommand (telemetry collectors, vim, gitlens) observe every command that runs through Mountain.