microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.74k stars 29.1k forks source link

Copilot `New Chat` icon doesn't work after opening chat history #230526

Closed AdamWr closed 2 weeks ago

AdamWr commented 3 weeks ago

Does this issue occur when all extensions are disabled?: It's related to Copilot extension

Steps to Reproduce:

  1. Open Copilot chat by clicking on the Chat icon on the sidebar
  2. Ask something
  3. Click on the New Chat button
  4. Open chat history by clicking on the Show Chats button
  5. Click on the New Chat button

In the step 5 new chat should be opened but nothing happens. It starts working when I close and then open chat.

https://github.com/user-attachments/assets/1b34cbd7-8d2a-4640-a70c-5f435bae5a8e

In the stable version it works correctly.

Video https://github.com/user-attachments/assets/3cc8c9f7-055f-4397-9109-dfdeed28793a
roblourens commented 2 weeks ago

Can you check for errors in the "Window" output channel or devtools?

roblourens commented 2 weeks ago

Oops, I can reproduce :)

AdamWr commented 2 weeks ago

Thank you for fixing it :)