Skip to content

Commit 3774910

Browse files
authored
fix(amazonq): Q opens the history tabs automatically after plugin launch (#7531)
## Problem - Right now, Q does not open the history tabs automatically after VSC Reload or restart ## Solution - This PR fixes the above issue --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent cdc6f84 commit 3774910

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)