We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f54e9 commit 00d19e6Copy full SHA for 00d19e6
core/indexing/README.md
@@ -18,7 +18,7 @@ The indexing process does the following:
18
19
## Existing `CodebaseIndex`es
20
21
-All indexes must be returned by `getIndexesToBuild` in [`indexCodebase.ts`](./indexCodebase.ts) if they are to be used.
+All indexes must be returned by `getIndexesToBuild` in [`CodebaseIndexer.ts`](./CodebaseIndexer.ts) if they are to be used.
22
23
`CodeSnippetsCodebaseIndex`: uses tree-sitter queries to get a list of functions, classes, and other top-level code objects in each file
24
`FullTextSearchCodebaseIndex`: creates a full-text search index using SQLite FTS5
0 commit comments