Copilot chat no longer answers based on the context of my code #108273
Replies: 6 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
If I highlight the code first and then type in chat, it will use the highlighted code for reference. However, it did not previously require this and would work based on open file and cursor position. |
Beta Was this translation helpful? Give feedback.
-
|
I've found that if you want it to look at the current file, you need to prefix the question with |
Beta Was this translation helpful? Give feedback.
-
|
This seems to be working again so will close the issue. |
Beta Was this translation helpful? Give feedback.
-
|
I'm still having that issue. Copilot just gives no context answers, it's honestly unusable. |
Beta Was this translation helpful? Give feedback.
-
|
Happens again in the last version. In the previous version I did not have the problem. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
While previously using Copilot chat in VSCode, any question I typed was answered with the context of my currently open file and the surrounding lines of code. As of the last 24-48 hours, Copilot now just responds with a generic ChatGPT response with no context:
I've also tried asking
@workspace Am I rounding correctly on line 89 of islands/export/export.tsxand get this response:With the irony that
islands/export/export.tsxis hyperlinked to the correct file.I'm assuming this is a bug with copilot, but if not please explain how I can get the previous behaviour of context based chats.
If it is relevant, I am based in the UK and experienced issues with Copilot yesterday not offering completions. The completions issue seems to be resolved but have been suffering the chat issue for a few days now.
VSCode: v 1.86
Copilot extension: v1.162.0
Copilot chat: v0.12.2
Beta Was this translation helpful? Give feedback.
All reactions