Skip to content

Commit

Permalink
Merge release into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 15, 2024
2 parents 637628c + 317c1ca commit 0dcadab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "Avoid refreshing code suggestion for paginated response"
}
Original file line number Diff line number Diff line change
Expand Up @@ -656,9 +656,7 @@ export class RecommendationHandler {
return
}
if (this.isSuggestionVisible()) {
// to force refresh the visual cue so that the total recommendation count can be updated
// const index = this.inlineCompletionProvider?.getActiveItemIndex
await this.showRecommendation(0, false)
// do not force refresh the tooltip to avoid suggestion "flashing"
return
}
if (
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.20.0-SNAPSHOT",
"version": "3.21.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 0dcadab

Please sign in to comment.