mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 15:34:29 -07:00
Add toggleable IDE mode setting (#5146)
This commit is contained in:
@@ -99,7 +99,9 @@ export interface Settings {
|
||||
|
||||
vimMode?: boolean;
|
||||
|
||||
// Add other settings here.
|
||||
// Flag to be removed post-launch.
|
||||
ideModeFeature?: boolean;
|
||||
/// IDE mode setting configured via slash command toggle.
|
||||
ideMode?: boolean;
|
||||
|
||||
// Setting for disabling auto-update.
|
||||
|
||||
Reference in New Issue
Block a user