-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
After sending a prompt with manually selected code (which shows line numbers of a file), it is impossible to modify this selection in subsequent prompts. When removing the file from the context window and adding it again to context, it shows the previously selected line numbers. Expected behaviour would be to show only the file name, without any line numbers.
It seems to be the UI that is not being updated, because the LLM is aware of all code after adding the complete file in a subsequent prompt. Tested with "Include currently open file in context" on.
Steps to reproduce:
- Select some code
- Send prompt and notice the line numbers of the selected code
- Remove the code from context window
- Add the complete .java file
- Notice how the file is shown as a code selection
Metadata
Metadata
Assignees
Labels
No labels