update index ...

This commit is contained in:
duanfuxiang
2025-06-12 17:20:03 +08:00
parent ff2a559525
commit 990be82194
3 changed files with 7 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ describe('parseSmartCopilotSettings', () => {
anthropicApiKey: '',
filesSearchSettings: {
method: 'auto',
regexBackend: 'ripgrep',
regexBackend: 'coreplugin',
matchBackend: 'coreplugin',
ripgrepPath: '',
},
@@ -203,7 +203,7 @@ describe('settings migration', () => {
anthropicApiKey: '',
filesSearchSettings: {
method: 'auto',
regexBackend: 'ripgrep',
regexBackend: 'coreplugin',
matchBackend: 'coreplugin',
ripgrepPath: '',
},