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: update completion type Line/Block aggregation (#3635)
## Problem
As per our sci team's request, update session level CompletionType.
### Before
* Block if there is a Block completion present in the session, otherwise Line
### After
* Only check the 'first' completion, if it's Block, then the session is Block otherwise Line
0 commit comments