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
1. The 15 character keystroke auto-trigger was accidentally removed in
fix(codewhisperer) update autotrigger filtering logic and fix enter key autotrigger blocked #2899.
2. Enter auto trigger by \r\n was removed in
fix(codewhisperer) update autotrigger filtering logic and fix enter key autotrigger blocked #2899.
3. Reverted the 2 second auto trigger limitation for Special characters | Enter |intelliSense auto triggers which was removed in
fix(codewhisperer) update autotrigger filtering logic and fix enter key autotrigger blocked #2899.
## Solution
Trigger auto trigger when there are more than 15 keystroke inputs.
0 commit comments