You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeWhisperer: Fix inline suggestions not showing in the editor (#3717)
* CodeWhisperer: Fix inline suggestions not showing in the editor
There's a weird case that when an empty suggestion is provided
to the inline suggestion provider, the inline suggestion UI won't
show afterward even executing commands to hide/show it again.
Given that empty suggestions don't need to be shown to the users,
don't call onDidReceiveRecommendations until there's at least
one non-empty suggestion for the inline provider(so inline UI will
be able to pick this and show up correctly)
* Fix additional cases that inline suggestions won't show in the editor
* Add changelog entry
0 commit comments