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 989d5b1 commit bd800aaCopy full SHA for bd800aa
packages/core/src/codewhisperer/commands/startTransformByQ.ts
@@ -775,6 +775,7 @@ export async function postTransformationJob() {
775
}
776
777
// attempt download for user
778
+ // TODO: refactor as explained here https://github.com/aws/aws-toolkit-vscode/pull/6519/files#r1946873107
779
if (transformByQState.isSucceeded() || transformByQState.isPartiallySucceeded()) {
780
await vscode.commands.executeCommand('aws.amazonq.transformationHub.reviewChanges.startReview')
781
0 commit comments