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 d2f642f commit 8ac648fCopy full SHA for 8ac648f
packages/amazonq/src/lsp/client.ts
@@ -251,7 +251,7 @@ export async function startLanguageServer(
251
)
252
}
253
254
- activate(client, encryptionKey, resourcePaths.ui)
+ await activate(client, encryptionKey, resourcePaths.ui)
255
256
toDispose.push(
257
AuthUtil.instance.regionProfileManager.onDidChangeRegionProfile(sendProfileToLsp),
0 commit comments