File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/core/src/amazonqFeatureDev/session Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -371,9 +371,9 @@ export class CodeGenState extends CodeGenBase implements SessionState {
371
371
this . codeGenerationRemainingIterationCount ,
372
372
this . codeGenerationTotalIterationCount ,
373
373
action . uploadHistory ,
374
- codeGenerationId ,
375
374
this . tokenSource ,
376
- this . currentCodeGenerationId
375
+ this . currentCodeGenerationId ,
376
+ codeGenerationId
377
377
)
378
378
return {
379
379
nextState,
@@ -496,9 +496,9 @@ export class PrepareCodeGenState implements SessionState {
496
496
public codeGenerationRemainingIterationCount ?: number ,
497
497
public codeGenerationTotalIterationCount ?: number ,
498
498
public uploadHistory : UploadHistory = { } ,
499
- public codeGenerationId ?: string ,
500
499
public superTokenSource ?: vscode . CancellationTokenSource ,
501
- public currentCodeGenerationId ?: string
500
+ public currentCodeGenerationId ?: string ,
501
+ public codeGenerationId ?: string
502
502
) {
503
503
this . tokenSource = superTokenSource || new vscode . CancellationTokenSource ( )
504
504
this . uploadId = config . uploadId
You can’t perform that action at this time.
0 commit comments