mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
refactor(cli): update CodeColorizer and related components to use MergedSettings
This commit is contained in:
@@ -365,7 +365,7 @@ def fibonacci(n):
|
||||
availableHeight:
|
||||
isAlternateBuffer === false ? codeBlockHeight : undefined,
|
||||
maxWidth: colorizeCodeWidth,
|
||||
settings,
|
||||
settings: settings.merged,
|
||||
})}
|
||||
<Box marginTop={1} />
|
||||
<DiffRenderer
|
||||
|
||||
Reference in New Issue
Block a user