Skip to content

Commit 688af72

Browse files
committed
fix: Q opens the history tabs automatically after plugin launch
1 parent 1b4f99d commit 688af72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/lsp/chat/messages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export function registerMessageListeners(
169169
languageClient.info(
170170
`[VSCode Client] Chat options flags: mcpServers=${pendingChatOptions?.mcpServers}, history=${pendingChatOptions?.history}, export=${pendingChatOptions?.export}, quickActions=[${quickActionsDisplay}]`
171171
)
172+
languageClient.sendNotification(message.command, message.params)
172173
} catch (err) {
173174
languageClient.error(
174175
`[VSCode Client] Failed to send CHAT_OPTIONS after "aws/chat/ready" event: ${(err as Error).message}`

0 commit comments

Comments
 (0)