From e6dd0f462765ee9a97b2bbf85cf2454104556706 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 15 May 2025 18:33:44 +0000 Subject: [PATCH] deploy: b022c9e3b805484e44aaad1973ed7572b0c1b5c4 --- options.xhtml | 119 ++++---------------------------------------------- 1 file changed, 9 insertions(+), 110 deletions(-) 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: [ ]

@@ -64683,110 +64684,6 @@ list of (submodule)

-

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.

+settings.json. +This can be a JSON object or a path to a custom JSON file.

Type: -JSON value

+absolute path or JSON value

Default: { }

@@ -64875,10 +64773,11 @@ JSON value

Configuration written to Visual Studio Code’s -tasks.json.

+tasks.json. +This can be a JSON object or a path to a custom JSON file.

Type: -JSON value

+absolute path or JSON value

Default: { }