Skip to content

Commit bd800aa

Browse files
author
David Hasani
committed
add TODO comment
1 parent 989d5b1 commit bd800aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/codewhisperer/commands/startTransformByQ.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ export async function postTransformationJob() {
775775
}
776776

777777
// attempt download for user
778+
// TODO: refactor as explained here https://github.com/aws/aws-toolkit-vscode/pull/6519/files#r1946873107
778779
if (transformByQState.isSucceeded() || transformByQState.isPartiallySucceeded()) {
779780
await vscode.commands.executeCommand('aws.amazonq.transformationHub.reviewChanges.startReview')
780781
}

0 commit comments

Comments
 (0)