Skip to content

Commit dfcd2d6

Browse files
Merge master into feature/flare-mega
2 parents 4535284 + 82f5d76 commit dfcd2d6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Removal",
3+
"description": "Disable local workspace LSP"
4+
}

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)