-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
Milestone
Description
Complexity: 4
Ref: https://github.com/microsoft/vscode-copilot/issues/17116
This iteration, we've released a new chat ui refresh. There are a few distinctions from the old version - no more headers from requests, chat bubbles, and more navigable chat via keyboard in general.
The TPI is complexity 4 not due to complexity alone, but as you continue to use chat, please keep a special eye out in the UI/UX for any issues that might arise.
Testing:
- Use chat as normal, note any cases of screen cheese!
- Feel free to try things like adding attachments.
- Also try code blocks! make sure width of code block makes sense and does not clip
- Make sure you can navigate via keyboard - focusing on the chat bubble and hitting
cmd + backspace
ordelete
will undo that request. - Try out some of the hovers: previous requests will not have the feedback toolbar, and hovering over requests will show the
x
codicon to undo that request.
Once again, please let me know if you notice anything or have any general feedback. thanks!!