microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
295 stars 28 forks source link

@workspace fetching is broken after VSCode update #944

Open onx001 opened 4 months ago

onx001 commented 4 months ago

Steps to Reproduce:

  1. Ask copilot to create a file with a few dependencies in the code
  2. Tag with @workspace
onx001 commented 4 months ago

After it finally loads, it says that it cannot provide more without knowing about my exact project structure and the technologies I am using, which does not seem right with the @workspace tag. These problems only happened after updating VSCode today.

fisforfaheem commented 4 months ago

same here also it wont provide code well

Jinssi commented 4 months ago

+1, same errors and problem description

eclairedelune commented 4 months ago

+1 on this from a customer:

When using the chat, it used to automatically use the project or file that was open in the editor in VSCode as the context. Now it seems like you have to tell it to use the project you already have open as context instead of that being the default. Not sure why that decision was made, but 99.99999% of the time, the questions are going to be in the context of the project being worked on. I shouldn't have to take any additional steps. However, if you are asking random questions in the chat in VSCode, you are probably doing something wrong.

https://github.zendesk.com/agent/tickets/2614966

mjbvz commented 3 months ago

Please share a specific project and example question that causes this so we can investigate