Skip to content

Commit 3cf254a

Browse files
committed
refactor: avoid duplicate import line
1 parent 8ebcc97 commit 3cf254a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/amazonq/src/lsp/activation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import vscode from 'vscode'
77
import { startLanguageServer } from './client'
88
import { AmazonQLSPResolver } from './lspInstaller'
9-
import { ToolkitError } from 'aws-core-vscode/shared'
10-
import { lspSetupStage } from 'aws-core-vscode/shared'
9+
import { ToolkitError, lspSetupStage } from 'aws-core-vscode/shared'
1110

1211
export async function activate(ctx: vscode.ExtensionContext): Promise<void> {
1312
try {

0 commit comments

Comments
 (0)