mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
feat(settings): rename negative settings to positive naming (disable* -> enable*) (#14142)
Co-authored-by: jacob314 <jacob314@gmail.com>
This commit is contained in:
@@ -49,18 +49,18 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"disableAutoUpdate": {
|
||||
"title": "Disable Auto Update",
|
||||
"description": "Disable automatic updates",
|
||||
"markdownDescription": "Disable automatic updates\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"enableAutoUpdate": {
|
||||
"title": "Enable Auto Update",
|
||||
"description": "Enable automatic updates.",
|
||||
"markdownDescription": "Enable automatic updates.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"disableUpdateNag": {
|
||||
"title": "Disable Update Nag",
|
||||
"description": "Disable update notification prompts.",
|
||||
"markdownDescription": "Disable update notification prompts.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"enableAutoUpdateNotification": {
|
||||
"title": "Enable Auto Update Notification",
|
||||
"description": "Enable update notification prompts.",
|
||||
"markdownDescription": "Enable update notification prompts.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"checkpointing": {
|
||||
@@ -340,11 +340,11 @@
|
||||
"default": {},
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"disableLoadingPhrases": {
|
||||
"title": "Disable Loading Phrases",
|
||||
"description": "Disable loading phrases for accessibility",
|
||||
"markdownDescription": "Disable loading phrases for accessibility\n\n- Category: `UI`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"enableLoadingPhrases": {
|
||||
"title": "Enable Loading Phrases",
|
||||
"description": "Enable loading phrases during operations.",
|
||||
"markdownDescription": "Enable loading phrases during operations.\n\n- Category: `UI`\n- Requires restart: `yes`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"screenReader": {
|
||||
@@ -1017,11 +1017,11 @@
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"disableFuzzySearch": {
|
||||
"title": "Disable Fuzzy Search",
|
||||
"description": "Disable fuzzy search when searching for files.",
|
||||
"markdownDescription": "Disable fuzzy search when searching for files.\n\n- Category: `Context`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"enableFuzzySearch": {
|
||||
"title": "Enable Fuzzy Search",
|
||||
"description": "Enable fuzzy search when searching for files.",
|
||||
"markdownDescription": "Enable fuzzy search when searching for files.\n\n- Category: `Context`\n- Requires restart: `yes`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user