Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/tools/CodebaseSearchTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class CodebaseSearchTool extends BaseTool<"codebase_search"> {
throw new Error("Extension context is not available.")
}

const manager = CodeIndexManagerRegistry.getOrCreate(context)
const manager = CodeIndexManagerRegistry.getOrCreate(context, workspacePath)
Comment thread
WebMad marked this conversation as resolved.
Comment thread
WebMad marked this conversation as resolved.

if (!manager) {
throw new Error("CodeIndexManager is not available.")
Expand Down
Loading
Loading