aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.45k stars 377 forks source link

CodeWhisperer Suggestion Counter Stuck at One #3573

Open alpaylan opened 1 year ago

alpaylan commented 1 year ago

Problem

CodeWhisperer suggestion counter gets stuck at one, when I switch between different suggestions, I cannot see where I am, it always says 1/4.

Steps to reproduce the issue

Type in VSCode, try to switch between suggestions by clicking the arrows.

Expected behavior

That the counter moves according to the current suggestion.

System details (run the AWS: About Toolkit command)

justinmk3 commented 1 year ago

This is a known issue / limitation of the hover functionality in VSCode (lack of public API to update counter).

With the latest updates in VSCode 1.78, there were some incompatible updates which broke our visual cue.