Skip to content

Commit abae26d

Browse files
committed
Adding back Build and execute
1 parent 5662e1b commit abae26d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/src/amazonq/webview/ui/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export const createMynahUI = (
609609
mynahUI.addChatItem(tabID, {
610610
type: ChatItemType.ANSWER_STREAM,
611611
})
612-
} else if (tabType === 'gumby') {
612+
} else if (tabType === 'gumby' || tabType === 'testgen') {
613613
connector.requestAnswer(tabID, {
614614
chatMessage: prompt.prompt ?? '',
615615
})

packages/core/src/amazonqTest/chat/controller/controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ export class TestController {
758758
session.linesOfCodeGenerated
759759
)
760760

761-
await this.endSession(message, FollowUpTypes.SkipBuildAndFinish)
762-
return
761+
// await this.endSession(message, FollowUpTypes.SkipBuildAndFinish)
762+
// return
763763

764764
if (session.listOfTestGenerationJobId.length === 1) {
765765
this.startInitialBuild(message)

0 commit comments

Comments
 (0)