Skip to content

Commit 8ac648f

Browse files
committed
Fix linter
1 parent d2f642f commit 8ac648f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export async function startLanguageServer(
251251
)
252252
}
253253

254-
activate(client, encryptionKey, resourcePaths.ui)
254+
await activate(client, encryptionKey, resourcePaths.ui)
255255

256256
toDispose.push(
257257
AuthUtil.instance.regionProfileManager.onDidChangeRegionProfile(sendProfileToLsp),

0 commit comments

Comments
 (0)