Skip to content

Commit 9de3649

Browse files
committed
fix: update command name to send to flare
1 parent 9e81555 commit 9de3649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function registerShellCommandShortCut(commandName: string, buttonId: string, pro
131131
return Commands.register(commandName, async () => {
132132
void focusAmazonQPanel().then(() => {
133133
void provider.webview?.postMessage({
134-
command: 'executeShellCommandShortCut',
134+
command: 'aws/chat/executeShellCommandShortCut',
135135
params: { id: buttonId },
136136
})
137137
})

0 commit comments

Comments
 (0)