feat(core): Enable ripgrep by default. (#7427)

This commit is contained in:
joshualitt
2025-09-11 16:46:07 -07:00
committed by GitHub
parent 557dba4a32
commit 68035591da
5 changed files with 29 additions and 27 deletions

View File

@@ -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,