Keybindings written to Visual Studio Code's keybindings.json. This can be a JSON object or a path to a custom JSON file.
Declarations
Type
absolute path or list of (submodule)
Default
[ ]
Example
[
{
key = "ctrl+c";
command = "editor.action.clipboardCopyAction";
when = "textInputFocus";
}
]
Sign in to create a configuration using this setting.