mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 11:07:10 +00:00
feat(core): Enable ripgrep by default. (#7427)
This commit is contained in:
@@ -741,7 +741,7 @@ const SETTINGS_SCHEMA = {
|
||||
label: 'Use Ripgrep',
|
||||
category: 'Tools',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
default: true,
|
||||
description:
|
||||
'Use ripgrep for file content search instead of the fallback implementation. Provides faster search performance.',
|
||||
showInDialog: true,
|
||||
|
||||
Reference in New Issue
Block a user