Skip to content

Commit 35b679c

Browse files
authored
revert(amazonq): Remove loading mynah ui from language server (#6331)
## Problem we want to make feature/amazonqLSP mergable at all times, but it currently has some demo mynah ui code ## Solution remove the mynah ui code for now --- - 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 702e444 commit 35b679c

File tree

3 files changed

+0
-356
lines changed

3 files changed

+0
-356
lines changed

packages/amazonq/src/chat/activation.ts

Lines changed: 0 additions & 94 deletions
This file was deleted.

packages/amazonq/src/chat/handler.ts

Lines changed: 0 additions & 260 deletions
This file was deleted.

packages/amazonq/src/lsp/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { registerInlineCompletion } from '../inline/completion'
1212
import { AmazonQLspAuth, notificationTypes, writeEncryptionInit } from './auth'
1313
import { AuthUtil } from 'aws-core-vscode/codewhisperer'
1414
import { ConnectionMetadata } from '@aws/language-server-runtimes/protocol'
15-
import { registerChat } from '../chat/activation'
1615

1716
const localize = nls.loadMessageBundle()
1817

@@ -87,7 +86,6 @@ export function startLanguageServer(extensionContext: vscode.ExtensionContext, s
8786
return client.onReady().then(async () => {
8887
await auth.init()
8988
registerInlineCompletion(client)
90-
registerChat(client)
9189

9290
// Request handler for when the server wants to know about the clients auth connnection
9391
client.onRequest<ConnectionMetadata, Error>(notificationTypes.getConnectionMetadata.method, () => {

0 commit comments

Comments
 (0)