You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -490,7 +493,7 @@ export class FeatureDevController {
490
493
message:
491
494
remainingIterations===0
492
495
? "I stopped generating your code. You don't have more iterations left, however, you can start a new session."
493
-
: `I stopped generating your code. If you want to continue working on this task, provide another description. ${!totalIterations ? `You have started ${remainingIterations}code generations.` : `You have ${remainingIterations}out of ${totalIterations} code generations left.`}`,
496
+
: `I stopped generating your code. If you want to continue working on this task, provide another description. You have ${remainingIterations} out of ${totalIterations} code generations left.`,
494
497
type: 'answer-part',
495
498
tabID: message.tabID,
496
499
})
@@ -513,6 +516,9 @@ export class FeatureDevController {
0 commit comments