diff --git a/options.xhtml b/options.xhtml index d3cf7b0cb..f6492757a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -64665,10 +64665,11 @@ JSON value
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:
|