Skip to main content

Module Commands

Expand description

Command registry handlers - execute and list all registered commands.

Functions§

CommandsExecute
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.
CommandsGetAll
Return all registered command IDs from Mountain’s CommandRegistry.