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
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -409,10 +409,8 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
409
409
if (requestContext.triggerTypeInfo.triggerType ==CodewhispererTriggerType.OnDemand) {
410
410
// We should only show error hint when CodeWhisperer popup is not visible,
411
411
// and make it silent if CodeWhisperer popup is showing.
412
-
runInEdt {
413
-
if (!CodeWhispererInvocationStatus.getInstance().isPopupActive()) {
0 commit comments