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 6f3fb02 commit 208b74cCopy full SHA for 208b74c
packages/core/src/amazonqTest/chat/controller/controller.ts
@@ -860,6 +860,7 @@ export class TestController {
860
messageId: '',
861
followUps: followUps,
862
})
863
+ this.messenger.sendUpdatePlaceholder(message.tabID, `Please select an action to proceed`)
864
this.messenger.sendChatInputEnabled(message.tabID, false)
865
} else {
866
TelemetryHelper.instance.sendUnitTestGenerationEvent(
@@ -1040,6 +1041,7 @@ export class TestController {
1040
1041
1042
1043
1044
+ this.messenger.sendUpdatePlaceholder(data.tabID, `Please select an action to proceed`)
1045
this.messenger.sendChatInputEnabled(data.tabID, false)
1046
}
1047
0 commit comments