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
fix(amazonq): remove parentDispoable for realTimeListener add (#5813)
1. listener will be completed managed by fileOpen/fileClose,
otherwise killing Amazon Q Context process will dispose
TextDocumentServiceHandler which will remove this listener
before fileClose and logs an error during fileClose
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ class TextDocumentServiceHandler(
0 commit comments