We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2642e2 commit 01656bcCopy full SHA for 01656bc
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
@@ -235,6 +235,7 @@ export class DiffModel {
235
236
public clearChanges() {
237
this.patchFileNodes = []
238
+ this.currentPatchIndex = 0
239
}
240
241
@@ -337,7 +338,6 @@ export class ProposedTransformationExplorer {
337
338
339
340
diffModel.clearChanges()
- diffModel.currentPatchIndex = 0
341
transformByQState.setSummaryFilePath('')
342
transformByQState.setProjectCopyFilePath('')
343
transformByQState.setResultArchiveFilePath('')
0 commit comments