We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0940429 commit 49ea6e5Copy full SHA for 49ea6e5
packages/amazonq/src/lsp/chat/activation.ts
@@ -84,7 +84,6 @@ export async function activate(languageClient: LanguageClient, encryptionKey: Bu
84
}),
85
Commands.register('aws.amazonq.manageSubscription', () => {
86
focusAmazonQPanel().catch((e) => languageClient.error(`[VSCode Client] focusAmazonQPanel() failed`))
87
-
88
languageClient
89
.sendRequest('workspace/executeCommand', {
90
command: 'aws/chat/manageSubscription',
0 commit comments