mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
debugging(ui): add optional debugRainbow setting (#25088)
This commit is contained in:
@@ -439,6 +439,16 @@ const SETTINGS_SCHEMA = {
|
||||
description: 'User interface settings.',
|
||||
showInDialog: false,
|
||||
properties: {
|
||||
debugRainbow: {
|
||||
type: 'boolean',
|
||||
label: 'Debug Rainbow',
|
||||
category: 'UI',
|
||||
requiresRestart: true,
|
||||
default: false,
|
||||
description:
|
||||
'Enable debug rainbow rendering. Only useful for debugging rendering bugs and performance issues.',
|
||||
showInDialog: false,
|
||||
},
|
||||
theme: {
|
||||
type: 'string',
|
||||
label: 'Theme',
|
||||
|
||||
Reference in New Issue
Block a user