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/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -736,15 +736,13 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
736
736
runInEdt {
737
737
val newPopup =CodeWhispererPopupManager.getInstance().initPopup()
738
738
val updatedNextStates = nextStates.copy(popup = newPopup).also {
0 commit comments