Skip to content

Commit 0dcadab

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 637628c + 317c1ca commit 0dcadab

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Avoid refreshing code suggestion for paginated response"
4+
}

packages/core/src/codewhisperer/service/recommendationHandler.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,7 @@ export class RecommendationHandler {
656656
return
657657
}
658658
if (this.isSuggestionVisible()) {
659-
// to force refresh the visual cue so that the total recommendation count can be updated
660-
// const index = this.inlineCompletionProvider?.getActiveItemIndex
661-
await this.showRecommendation(0, false)
659+
// do not force refresh the tooltip to avoid suggestion "flashing"
662660
return
663661
}
664662
if (

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.20.0-SNAPSHOT",
5+
"version": "3.21.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)