From e6dd0f462765ee9a97b2bbf85cf2454104556706 Mon Sep 17 00:00:00 2001
From: khaneliman
Keybindings written to Visual Studio Code’s
-keybindings.json.
keybindings.json.
+This can be a JSON object or a path to a custom JSON file.
Type: -list of (submodule)
+absolute path or list of (submodule)Default:
[ ]
Declared by:
-
-
-<home-manager/modules/programs/vscode.nix>
-
- |
programs.vscode.profiles.<name>.keybindings.*.args
-
-
-Optional arguments for a command.
- -Type: -null or JSON value
- -Default:
-null
Example:
{
- direction = "up";
-}
-
-
-Declared by:
-
-
-<home-manager/modules/programs/vscode.nix>
-
- |
programs.vscode.profiles.<name>.keybindings.*.command
-
-
-The VS Code command to execute.
- -Type: -string
- -Example:
-"editor.action.clipboardCopyAction"
Declared by:
-
-
-<home-manager/modules/programs/vscode.nix>
-
- |
programs.vscode.profiles.<name>.keybindings.*.key
-
-
-The key or key-combination to bind.
- -Type: -string
- -Example:
-"ctrl+c"
Declared by:
-
-
-<home-manager/modules/programs/vscode.nix>
-
- |
programs.vscode.profiles.<name>.keybindings.*.when
-
-
-Optional context filter.
- -Type: -null or string
- -Default:
-null
Example:
-"textInputFocus"
Declared by:
|
@@ -64843,10 +64740,11 @@ JSON value
Configuration written to Visual Studio Code’s
- settings.json.
+This can be a JSON object or a path to a custom JSON file.
Type: -JSON value +absolute path or JSON valueDefault:
Configuration written to Visual Studio Code’s
- tasks.json.
+This can be a JSON object or a path to a custom JSON file.
Type: -JSON value +absolute path or JSON valueDefault:
|