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): Sometimes not show recommendation bug in new inline code path (#2909)
## Problem
Fix a critical bug that were introduced in f82944e
When changing the hover config in inlineCompletionService, a document text close event will be sent and received by the listener in activation.ts, which removed the recommendations.
This bug will make new inline completion not showing the recommendation if there is only one recommendation in paginated response.
No changelog item is needed for this fix.
## Solution
Let the doc close listener only remove recommendation when the closed file is the invocation file.
0 commit comments