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 {
371371 this . codeGenerationRemainingIterationCount ,
372372 this . codeGenerationTotalIterationCount ,
373373 action . uploadHistory ,
374- codeGenerationId ,
375374 this . tokenSource ,
376- this . currentCodeGenerationId
375+ this . currentCodeGenerationId ,
376+ codeGenerationId
377377 )
378378 return {
379379 nextState,
@@ -496,9 +496,9 @@ export class PrepareCodeGenState implements SessionState {
496496 public codeGenerationRemainingIterationCount ?: number ,
497497 public codeGenerationTotalIterationCount ?: number ,
498498 public uploadHistory : UploadHistory = { } ,
499- public codeGenerationId ?: string ,
500499 public superTokenSource ?: vscode . CancellationTokenSource ,
501- public currentCodeGenerationId ?: string
500+ public currentCodeGenerationId ?: string ,
501+ public codeGenerationId ?: string
502502 ) {
503503 this . tokenSource = superTokenSource || new vscode . CancellationTokenSource ( )
504504 this . uploadId = config . uploadId
You can’t perform that action at this time.
0 commit comments