Skip to content

Commit

Permalink
remove duplicate notification
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Dec 9, 2024
1 parent 2b51d02 commit 85bdfef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/codewhisperer/commands/startTransformByQ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ export async function parseBuildFile() {
export async function preTransformationUploadCode() {
await vscode.commands.executeCommand('aws.amazonq.transformationHub.focus')

void vscode.window.showInformationMessage(CodeWhispererConstants.jobStartedNotification)

let uploadId = ''
throwIfCancelled()
try {
Expand Down
3 changes: 0 additions & 3 deletions packages/core/src/codewhisperer/models/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,6 @@ export const noOngoingJobMessage = 'No ongoing job.'

export const nothingToShowMessage = 'Nothing to show'

export const jobStartedNotification =
'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.'

export const openTransformationHubButtonText = 'Open Transformation Hub'

export const startTransformationButtonText = 'Start a new transformation'
Expand Down

0 comments on commit 85bdfef

Please sign in to comment.