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 5327141 commit 9d0c512Copy full SHA for 9d0c512
packages/amazonq/src/lsp/client.ts
@@ -3,7 +3,7 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
-import vscode, { version } from 'vscode'
+import vscode from 'vscode'
7
import * as nls from 'vscode-nls'
8
import { LanguageClient, LanguageClientOptions, RequestType, State } from 'vscode-languageclient'
9
import { InlineCompletionManager } from '../app/inline/completion'
0 commit comments