continue icon indicating copy to clipboard operation
continue copied to clipboard

Codebase as context only picked up one source files

Open dandv opened this issue 9 months ago • 2 comments

Before submitting your bug report

Relevant environment info

- OS: Linux
- Continue version: 0.0.83
- IDE version: WebStorm 2024.2.4 Build #WS-242.23726.96, built on October 22, 2024
- Model: gemini-2.0-flash-thinking-exp-1219

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 in functions/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

image

Log output

No response

dandv avatar Dec 29 '24 07:12 dandv