Skip to content

Commit 85bdfef

Browse files
author
David Hasani
committed
remove duplicate notification
1 parent 2b51d02 commit 85bdfef

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ export async function parseBuildFile() {
328328
export async function preTransformationUploadCode() {
329329
await vscode.commands.executeCommand('aws.amazonq.transformationHub.focus')
330330

331-
void vscode.window.showInformationMessage(CodeWhispererConstants.jobStartedNotification)
332-
333331
let uploadId = ''
334332
throwIfCancelled()
335333
try {

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,6 @@ export const noOngoingJobMessage = 'No ongoing job.'
554554

555555
export const nothingToShowMessage = 'Nothing to show'
556556

557-
export const jobStartedNotification =
558-
'Amazon Q is transforming your code. It can take 10 to 30 minutes to upgrade your code, depending on the size of your project. To monitor progress, go to the Transformation Hub.'
559-
560557
export const openTransformationHubButtonText = 'Open Transformation Hub'
561558

562559
export const startTransformationButtonText = 'Start a new transformation'

0 commit comments

Comments
 (0)