Skip to content

Commit 2de6635

Browse files
committed
Show the Amazon Q Logs while executing client side build
1 parent 1656cc6 commit 2de6635

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,9 @@ export class TestController {
10981098

10991099
private async startLocalBuildExecution(data: any) {
11001100
const session: Session = this.sessionStorage.getSession()
1101-
// const installationDependencies = session.shortAnswer?.installationDependencies ?? []
1102-
// MOCK: ignoring the installation case until backend send response
1101+
if (session.listOfTestGenerationJobId.length < 2) {
1102+
globals.logOutputChannel.show(true)
1103+
}
11031104
const installationDependencies: string[] = []
11041105

11051106
this.messenger.sendBuildProgressMessage({
@@ -1387,6 +1388,7 @@ export class TestController {
13871388
}
13881389
})
13891390
)
1391+
globals.logOutputChannel.hide()
13901392

13911393
getLogger().debug(
13921394
'listOfTestGenerationJobId length: %d, groupName: %s',

0 commit comments

Comments
 (0)