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 6704a46 commit 74629c8Copy full SHA for 74629c8
packages/amazonq/src/lsp/client.ts
@@ -7,7 +7,6 @@ import vscode, { env, version } from 'vscode'
7
import * as nls from 'vscode-nls'
8
import * as crypto from 'crypto'
9
import { LanguageClient, LanguageClientOptions, RequestType } from 'vscode-languageclient'
10
-//import { InlineCompletionManager } from '../app/inline/completion'
11
import { AmazonQLspAuth, encryptionKey, notificationTypes } from './auth'
12
import { AuthUtil } from 'aws-core-vscode/codewhisperer'
13
import {
0 commit comments