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
Problem:
CodeWhisperer (temporarily) disables the hover in user config to disable the
vscode-driven inline-suggestions popup while CodeWhisperer is presenting
suggestions.
Reason for this:
- The vscode-driven popup only shows when user hovers the mouse over the
suggestion.
- GitHub CoPilot shows confusing messaging in the popup.
However, AWS Toolkit sometimes fails to restore the hover setting:
microsoft/vscode#165988
Solution:
To fix the immediate problem, remove the logic that temporarily disables the
hover setting.
0 commit comments