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/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQPanel.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ class AmazonQPanel(val project: Project, private val scope: CoroutineScope) : Di
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/ChatCommunicationManager.kt
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -137,10 +137,12 @@ class ChatCommunicationManager(private val project: Project, private val cs: Cor
137
137
val encryptedPartialChatResult = getObject(params, String::class.java)
138
138
if (encryptedPartialChatResult !=null) {
139
139
val partialChatResult =AmazonQLspService.getInstance(project).encryptionManager.decrypt(encryptedPartialChatResult)
0 commit comments