File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/core/src/amazonqTest/chat/controller Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments