-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
area:context-providersRelates to context providersRelates to context providerside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windowsreleased
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: windows
- Continue version: 1.2.4
- IDE version: vscode
- Model: any (I use api models in chat mode)Description
Whole files are being added to the context without being notified before sending the request.
Sending this will automatically add my whole file to the context.
And I don't see any way to know this or disable this before pressing send.
To reproduce
- open a file
- select a line of code
- press ctrl-shift-L open a new chat and to add this single line to the context
- ask something e.g. "explain"
- press send ! EDIT: it seems clicking Send with the mouse is important here, not press enter with keyboard.
- "1 context item" will be automatically added, which is the whole file where the line was taken from.
Metadata
Metadata
Assignees
Labels
area:context-providersRelates to context providersRelates to context providerside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windowsreleased
Type
Projects
Status
Done