You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ class AmazonQLspService(private val project: Project, private val cs: CoroutineS
144
144
145
145
try {
146
146
val i = it.await()
147
-
if (i.initializer.isActive) {
147
+
if (i.initializeResult.isActive) {
148
148
// not initialized
149
149
return
150
150
}
@@ -193,7 +193,7 @@ private class AmazonQServerInstance(private val project: Project, private val cs
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/dependencies/DefaultModuleDependenciesService.kt
0 commit comments