Skip to content

Commit 6b01792

Browse files
feat: allow disabling codebase indexing\n\nCloses #5623
1 parent 50e45a2 commit 6b01792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/package.nls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
"settings.vsCodeLmModelSelector.family.description": "The family of the language model (e.g. gpt-4)",
3333
"settings.customStoragePath.description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\RooCodeStorage')",
3434
"settings.enableCodeActions.description": "Enable Roo Code quick fixes",
35-
"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."
35+
"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.",
36+
"settings.codebaseIndexing.enabled.description": "Enable or disable the codebase indexing feature. When disabled, semantic search will not be available."
3637
}

0 commit comments

Comments
 (0)