From 09304251704bfad2dcf02f3af097978bfacdd348 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 22 Feb 2025 16:59:19 +0000 Subject: [PATCH] deploy: e860bd49eaa577089de22d370f6126ee4f6e7914 --- options.xhtml | 326 +++++++++++++++++++++++++++----------------------- 1 file changed, 178 insertions(+), 148 deletions(-) diff --git a/options.xhtml b/options.xhtml index 94d699045..4cc1f48f4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -56476,54 +56476,6 @@ boolean

Example: true

-

Declared by:

- - -
- -<home-manager/modules/programs/vscode.nix> - -
- -
- - programs.vscode.enableExtensionUpdateCheck - - -
-
-

Whether to enable update notifications for extensions.

- -

Type: -boolean

- -

Default: -true

- -

Declared by:

- - -
- -<home-manager/modules/programs/vscode.nix> - -
-
-
- - programs.vscode.enableUpdateCheck - - -
-
-

Whether to enable update checks/notifications.

- -

Type: -boolean

- -

Default: -true

-

Declared by:

@@ -56551,70 +56503,6 @@ package

Example: pkgs.vscodium

-

Declared by:

- - -
- -<home-manager/modules/programs/vscode.nix> - -
- -
- - programs.vscode.extensions - - -
-
-

The extensions Visual Studio Code should be started with.

- -

Type: -list of package

- -

Default: -[ ]

- -

Example: -[ pkgs.vscode-extensions.bbenoist.nix ]

- -

Declared by:

- - -
- -<home-manager/modules/programs/vscode.nix> - -
-
-
- - programs.vscode.globalSnippets - - -
-
-

Defines global user snippets.

- -

Type: -JSON value

- -

Default: -{ }

- -

Example:

{
-  fixme = {
-    body = [
-      "$LINE_COMMENT FIXME: $0"
-    ];
-    description = "Insert a FIXME remark";
-    prefix = [
-      "fixme"
-    ];
-  };
-}
-
-

Declared by:

@@ -56710,7 +56598,177 @@ absolute path

- programs.vscode.keybindings + programs.vscode.mutableExtensionsDir + + +
+
+

Whether extensions can be installed or updated manually +or by Visual Studio Code. Mutually exclusive to +programs.vscode.profiles.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vscode.nix> + +
+
+
+ + programs.vscode.profiles + + +
+
+

A list of all VSCode profiles. Mutually exclusive +to programs.vscode.mutableExtensionsDir

+ +

Type: +attribute set of (submodule)

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vscode.nix> + +
+
+
+ + programs.vscode.profiles.<name>.enableExtensionUpdateCheck + + +
+
+

Whether to enable update notifications for extensions. +Can only be set for the default profile, but +it applies to all profiles.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vscode.nix> + +
+
+
+ + programs.vscode.profiles.<name>.enableUpdateCheck + + +
+
+

Whether to enable update checks/notifications. +Can only be set for the default profile, but +it applies to all profiles.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vscode.nix> + +
+
+
+ + programs.vscode.profiles.<name>.extensions + + +
+
+

The extensions Visual Studio Code should be started with.

+ +

Type: +list of package

+ +

Default: +[ ]

+ +

Example: +[ pkgs.vscode-extensions.bbenoist.nix ]

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vscode.nix> + +
+
+
+ + programs.vscode.profiles.<name>.globalSnippets + + +
+
+

Defines global user snippets.

+ +

Type: +JSON value

+ +

Default: +{ }

+ +

Example:

{
+  fixme = {
+    body = [
+      "$LINE_COMMENT FIXME: $0"
+    ];
+    description = "Insert a FIXME remark";
+    prefix = [
+      "fixme"
+    ];
+  };
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vscode.nix> + +
+
+
+ + programs.vscode.profiles.<name>.keybindings
@@ -56745,7 +56803,7 @@ list of (submodule)

- programs.vscode.keybindings.*.args + programs.vscode.profiles.<name>.keybindings.*.args
@@ -56774,7 +56832,7 @@ null or JSON value

- programs.vscode.keybindings.*.command + programs.vscode.profiles.<name>.keybindings.*.command
@@ -56798,7 +56856,7 @@ string

- programs.vscode.keybindings.*.key + programs.vscode.profiles.<name>.keybindings.*.key
@@ -56822,7 +56880,7 @@ string

- programs.vscode.keybindings.*.when + programs.vscode.profiles.<name>.keybindings.*.when
@@ -56849,7 +56907,7 @@ null or string

- programs.vscode.languageSnippets + programs.vscode.profiles.<name>.languageSnippets
@@ -56888,35 +56946,7 @@ JSON value

- programs.vscode.mutableExtensionsDir - - -
-
-

Whether extensions can be installed or updated manually -or by Visual Studio Code.

- -

Type: -boolean

- -

Default: -true

- -

Example: -false

- -

Declared by:

- - -
- -<home-manager/modules/programs/vscode.nix> - -
-
-
- - programs.vscode.userSettings + programs.vscode.profiles.<name>.userSettings
@@ -56948,7 +56978,7 @@ JSON value

- programs.vscode.userTasks + programs.vscode.profiles.<name>.userTasks