Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codebase as context only picked up one source files #3558

Open
2 of 3 tasks
dandv opened this issue Dec 29, 2024 · 0 comments
Open
2 of 3 tasks

Codebase as context only picked up one source files #3558

dandv opened this issue Dec 29, 2024 · 0 comments
Assignees
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"

Comments

@dandv
Copy link
Contributor

dandv commented Dec 29, 2024

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

@dosubot dosubot bot added area:indexing Relates to embedding and indexing ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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"
Projects
None yet
Development

No branches or pull requests

2 participants