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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -237,9 +237,11 @@ private class AmazonQServerInstance(private val project: Project, private val cs
237
237
languageServer.initialized(InitializedParams())
238
238
}
239
239
240
-
//may need to register listeners differently so their messageBus' don't get garbage collected
241
-
val workspaceServiceHandler =WorkspaceServiceHandler(project, languageServer)
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/workspace/WorkspaceServiceHandler.kt
0 commit comments