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.
2 parents 0d15f29 + 82f5d76 commit f85b955Copy full SHA for f85b955
packages/core/src/amazonq/webview/ui/quickActions/handler.ts
@@ -308,6 +308,12 @@ export class QuickActionHandler {
308
if (gumbyTabId !== undefined) {
309
this.mynahUI.selectTab(gumbyTabId, eventId || '')
310
this.connector.onTabChange(gumbyTabId)
311
+ this.mynahUI.notify({
312
+ duration: 5000,
313
+ title: 'Q CodeTransformation',
314
+ content:
315
+ "Switched to the existing /transform tab; click 'Start a new transformation' below to run another transformation",
316
+ })
317
return
318
}
319
0 commit comments