Codebase as context only picked up one source files #3558
Labels
area:indexing
Relates to embedding and indexing
ide:jetbrains
Relates specifically to JetBrains extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
I'm working on a client-server application, with the client written in Google Apps Script (
/apps-script/*.gs
files) and the server cloud function written in TypeScript (one function with two endpoints infunctions/src/*.ts
).I submitted a prompt "with the codebase as context", but Continue didn't index any of the server cloud functions code, one of which being critical - the implementation of the server endpoint called by the client. Instead it submitted various chunks from an implementation notes file. It did correctly identify the client code lines (in
Claude.gs
).When I submitted with codebase in Cursor, it did send relevant chunks from the
/functions/src/claude-proxy.ts
file that implements the relevant endpoint.To reproduce
Log output
No response
The text was updated successfully, but these errors were encountered: