From 6b0179288cfe19f39721251370c14dd6ac31a7e5 Mon Sep 17 00:00:00 2001 From: elasticdotventures Date: Sat, 12 Jul 2025 14:24:19 +0000 Subject: [PATCH] feat: allow disabling codebase indexing\n\nCloses #5623 --- src/package.nls.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/package.nls.json b/src/package.nls.json index 23885f80be0..9b84c8ffaae 100644 --- a/src/package.nls.json +++ b/src/package.nls.json @@ -32,5 +32,6 @@ "settings.vsCodeLmModelSelector.family.description": "The family of the language model (e.g. gpt-4)", "settings.customStoragePath.description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\RooCodeStorage')", "settings.enableCodeActions.description": "Enable Roo Code quick fixes", - "settings.autoImportSettingsPath.description": "Path to a RooCode configuration file to automatically import on extension startup. Supports absolute paths and paths relative to the home directory (e.g. '~/Documents/roo-code-settings.json'). Leave empty to disable auto-import." + "settings.autoImportSettingsPath.description": "Path to a RooCode configuration file to automatically import on extension startup. Supports absolute paths and paths relative to the home directory (e.g. '~/Documents/roo-code-settings.json'). Leave empty to disable auto-import.", + "settings.codebaseIndexing.enabled.description": "Enable or disable the codebase indexing feature. When disabled, semantic search will not be available." }