Skip to content

Commit ac76283

Browse files
committed
merge 2
1 parent 7237d2f commit ac76283

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,6 @@ export async function activate(languageClient: LanguageClient, encryptionKey: Bu
9090
getLogger('amazonqLsp').error('failed request: aws/chat/manageSubscription: %O', e)
9191
})
9292
}),
93-
Commands.register('aws.amazonq.manageSubscription', () => {
94-
focusAmazonQPanel().catch((e) => languageClient.error(`[VSCode Client] focusAmazonQPanel() failed`))
95-
96-
languageClient
97-
.sendRequest('workspace/executeCommand', {
98-
command: 'aws/chat/manageSubscription',
99-
// arguments: [],
100-
})
101-
.catch((e) => {
102-
getLogger('amazonqLsp').error('failed request: aws/chat/manageSubscription: %O', e)
103-
})
104-
}),
10593
globals.logOutputChannel.onDidChangeLogLevel((logLevel) => {
10694
getLogger('amazonqLsp').info(`Local log level changed to ${logLevel}, notifying LSP`)
10795
void pushConfigUpdate(languageClient, {

0 commit comments

Comments
 (0)