MyNixOS website logo
option

programs.vscode.profiles.<name>.userSettings

Configuration written to Visual Studio Code's settings.json. This can be a JSON object or a path to a custom JSON file.

Declarations
Type
absolute path or JSON value
Default
{ }
Example
{
  "files.autoSave" = "off";
  "[nix]"."editor.tabSize" = 2;
}
Sign in to create a configuration using this setting.