Skip to content

Commit 3a8b47d

Browse files
Merge master into feature/LSP-alpha
2 parents 6ae3b85 + 82f5d76 commit 3a8b47d

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)