Visual Studio AWS Toolkit CodeWhisperer stopped providing multiple options for suggestions

0

Hi team,

My VS Code Codewhisperer could give me only 1 code suggestion. It did not provide nor allow me to choose other alternative suggestions via using left/right cursors.

When I placed the same comment on other IDE tool such as IntelliJ IDEA, it would provide me multiple suggestions and I could use cursor key to select the appropriate one.

Similar observation also being reported by my customer. May I know if there is any hidden thing that I activated on VS Code to stop providing me multiple suggestions in its feedbacks?

Many thanks. Raymond

3 Answers
0

I have exactly the same problem...

answered a year ago
0

there was a regression in VSCode itself that broke the inline suggestion feature. We started observing this as a part of v1.78. unfortunately the bug you ran into impacts every plugin using the inline completions API (including Copilot, actually). Workaround is to either configure proxy in vscode or downgrade to vscode 1.77 until vscode releases a fix (expected for 1.79)

vamsi
answered a year ago
0

WIth VSCode 1.80 I get no suggestion at all. Is there any workaround/fixes to make it working?

answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions