Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Nov 12, 2024
1 parent 6dfcbaa commit 32a53f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
}
Original file line number Diff line number Diff line change
Expand Up @@ -447,23 +447,7 @@ export class Messenger {
break
}

const buttons: ChatItemButton[] = []
buttons.push({
keepCardAfterClick: false,
text: CodeWhispererConstants.startTransformationButtonText,
id: ButtonActions.CONFIRM_START_TRANSFORMATION_FLOW,
})

this.dispatcher.sendChatMessage(
new ChatMessage(
{
message,
messageType: 'ai-prompt',
buttons,
},
tabID
)
)
this.sendJobFinishedMessage(tabID, message)
}

/**
Expand Down

0 comments on commit 32a53f8

Please sign in to comment.