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 7d1afb1 commit c8e7926Copy full SHA for c8e7926
packages/amazonq/src/lsp/client.ts
@@ -188,7 +188,7 @@ export async function startLanguageServer(
188
*/
189
await initializeAuth(client, toDispose)
190
191
- await postStartLanguageServer(client, resourcePaths, toDispose)
+ await onLanguageServerReady(client, resourcePaths, toDispose)
192
193
return client
194
@@ -222,7 +222,7 @@ export async function startLanguageServer(
222
}
223
224
225
-async function postStartLanguageServer(
+async function onLanguageServerReady(
226
client: LanguageClient,
227
resourcePaths: AmazonQResourcePaths,
228
toDispose: vscode.Disposable[]
0 commit comments