microsoft / vscode

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

UI glitch with inline chat #208739

Open anthonykim1 opened 3 months ago

anthonykim1 commented 3 months ago

Testing #208411

See the video for detailed repro steps, but there are glitches, especially while typing multi-line for inline chat, the focus goes back and forth between what I am typing and the beginning of the inline chat prompt.

https://github.com/microsoft/vscode/assets/62267334/c3ef18e3-6f9c-49eb-9c5d-fbde39af4e14

jrieken commented 3 months ago

This issue lacks

jrieken commented 3 months ago

@anthonykim1 please add details

anthonykim1 commented 3 months ago

Exact/full prompt I am typing:

import python ast and import python basic math library that I can use to insert in the current file

Github copilot version: v1.176.0 Github copilot chat version: v0.14.2024032601 Insider version: Version: 1.88.0-insider

command + i (control +i on windows) and typing multi-line prompts have focuses move back and forth between multi-line prompt and beginning of the prompt.

Let me know if you need something else!

jrieken commented 3 months ago

Thanks for clarifying. This should be better since the widget now resizes when multiple lines are received. Tho, once it reaches its max height it still fails to reveal the end/final line. Leaving that for April