-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
Ref: #1127 (comment)
To call arbitrary commands with prefix argument, this extension should provide its own executeCommand()
.
The command name is like emacs-mcx.executeCommandWithPrefixArgument()
?
API design plan:
vscode.commands.executeCommand("emacs-mcx.executeCommand", { command: "<commandName>", args: {...} })
vscode.commands.executeCommand("emacs-mcx.executeCommand", ["<commandName>", {...} ])
will call <commandName>
command with arguments { ...args, prefixArgument }
.
The key name prefixArgument
can be customizable with the third argument of emacs-mcx.executeCommand()
Metadata
Metadata
Assignees
Labels
No labels