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
328 stars 31 forks source link

New update results in response disappearing. #1723

Closed ReedGraff closed 2 weeks ago

ReedGraff commented 2 weeks ago

Steps to Reproduce:

  1. Request anything in the chat box

    Please help me solve this bug. The info is attached.
    File "C:\Users\range\CodingProjects\RGBZ\Aeri4l\AllofPermitFly\CentralizedAppraiser\src\cleaner.py", line 36, in <module>
    if data["properties"] is not None and "unStructured" in data["properties"].keys() and "kwargs" in data["properties"]["unStructured"].keys():
                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    AttributeError: 'NoneType' object has no attribute 'keys'
  2. Wait for it to generate (it will start streaming text) image

  3. Wait for it to finish, and the text will disappear. image

nanotecheg commented 2 weeks ago

same issue with me

maitreverge commented 2 weeks ago

Same issue here, Copilot chat doesn't seems to answer any of my question...

DylanDevelops commented 2 weeks ago

I'm having this same issue!

sitelicon commented 2 weeks ago

Same problem

psiete commented 2 weeks ago

Same problem

MaxOstrowski commented 2 weeks ago

Same problem, probably duplicate of https://github.com/microsoft/vscode-copilot-release/issues/1742

Version: 1.94.0 Commit: d78a74bcdfad14d5d3b1b782f87255d802b57511 Date: 2024-10-02T13:08:12.626Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Linux x64 6.8.0-45-generic snap

roblourens commented 2 weeks ago

Is everyone seeing this using the pre-release version of the Copilot Chat extension? Does it help to switch to the Release version? (Copilot Chat extension, not Copilot)

celynw commented 2 weeks ago

Yes and yes for me. (I also first made the mistake of downgrading the Copilot extension, not the Copilot Chat extension)

roblourens commented 2 weeks ago

To fix this, you can switch to the Release version of the Copilot Chat extension, and also click + to start a new chat session.

In general, there's no advantage to using the pre-release version of Copilot Chat with VS Code Stable. This time, a change went out that should have only gone to Insiders. Sorry for the churn!

roblourens commented 2 weeks ago

To recover your chat session which is now broken due to having responses with bad data, if the newer chat request rows load, you can click the X in the top right corner of the request. Delete all the recent requests that have bad data, and you may have to reload the window, but then you should be able to load the older requests in that chat session normally.

We also have an updated pre-release going out without the bad change. But, I still recommend using Copilot Chat Stable with VS Code Stable.

ReedGraff commented 2 weeks ago

One other issue I've seen, which is likely related, is not being able to create new chats. newChats

Solution rn is just to revert to an older release.

roblourens commented 2 weeks ago

@ReedGraff that would be a different issue, maybe the extension/extension host process is not starting. You can open a new issue for that.

We've published an update to the pre-release to fix this, so I'm closing this issue, but I'd still recommend not using the pre-release extension if you're using VS Code Stable.

rzhao271 commented 2 days ago

@roblourens what are some verification steps for this issue?

mjbvz commented 2 days ago

@rzhao271 Try asking any question that includes a file/symbol link in the response and make sure the full answer is rendered