Skip to content

Commit f85b955

Browse files
Merge master into feature/flare-mega-LSP-gamma
2 parents 0d15f29 + 82f5d76 commit f85b955

File tree

1 file changed

+6
-0
lines changed
  • packages/core/src/amazonq/webview/ui/quickActions

1 file changed

+6
-0
lines changed

packages/core/src/amazonq/webview/ui/quickActions/handler.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,12 @@ export class QuickActionHandler {
308308
if (gumbyTabId !== undefined) {
309309
this.mynahUI.selectTab(gumbyTabId, eventId || '')
310310
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+
})
311317
return
312318
}
313319

0 commit comments

Comments
 (0)