Skip to content

Commit 7f6336c

Browse files
committed
feat: disbale generating message while waiting for inline suggestion
1 parent 7b161da commit 7f6336c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "disable generating message while waiting for inline suggestion"
4+
}

packages/amazonq/src/app/inline/recommendationService.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ export class RecommendationService {
6565
try {
6666
// Show UI indicators only if UI is enabled
6767
if (options.showUi) {
68-
await this.inlineGeneratingMessage.showGenerating(context.triggerKind)
68+
// uncomment the below line to re-enable generating message
69+
// await this.inlineGeneratingMessage.showGenerating(context.triggerKind)
6970
await statusBar.setLoading()
7071
}
7172

0 commit comments

Comments
 (0)