feat: allow enable/disable codebase indexing via settings.json
#3585
tmeckel
started this conversation in
1. Feature requests
Replies: 1 comment
-
|
For anyone else looking for this, here is how to configure at the repo level: File: {
"project": {
"managedIndexingEnabled": false
}
}Docs: https://kilo.ai/docs/advanced-usage/managed-indexing#how-to-enable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently it's only possible to enable or disable codebase indexing via the UI of the extension. And it's a global setting, i.e it's either
onorofffor every workspace.I propose to introduce a setting
kilo-code.codebase-indexingwith the valuesenabled,disabled(ortrue,false). With that it would be possible to selectively enable or disable codebase indexing for a workspace.Beta Was this translation helpful? Give feedback.
All reactions