We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b161da commit 6cbc59eCopy full SHA for 6cbc59e
packages/amazonq/src/app/inline/recommendationService.ts
@@ -65,7 +65,8 @@ export class RecommendationService {
65
try {
66
// Show UI indicators only if UI is enabled
67
if (options.showUi) {
68
- await this.inlineGeneratingMessage.showGenerating(context.triggerKind)
+ // uncomment the below line to re-enable generating message
69
+ // await this.inlineGeneratingMessage.showGenerating(context.triggerKind)
70
await statusBar.setLoading()
71
}
72
0 commit comments