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
fix(codewhisperer): additional cases for auto-trigger (#2951)
Fixes 2 additional regression cases found for auto-trigger after #2899 refactoring:
* it's not triggering when user press multiple Enter key
* In Cloud9, every document change is triggering recommendation as IntelliSenseAcceptance because the length of changedText for Cloud9 content change event is greater than 1
0 commit comments