Optional arguments that will be passed to the command when it gets triggered via this keybinding. Needs to be specified when the triggered command expects arguments to be passed to the command handler.
Unique command identifier of the command to be triggered by this keybinding.
The optional keybinding context where this binding belongs to. If not specified, then this keybinding context belongs to the NOOP keybinding context.
An optional clause defining the condition when the keybinding is active, e.g. based on the current focus. See https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts for more details.
Optional representation of key sequence as found in
keymaps.json
file. Usekeybinding
as the official representation.