programs.vscode.argvSettings

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

Type
absolute path or JSON value
Default
{ }
Example
{
  enable-crash-reporter = false;
}
Declared
<home-manager/modules/programs/vscode>