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/popup/QInlineCompletionProvider.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -592,6 +592,7 @@ class QInlineCompletionProvider(private val cs: CoroutineScope) : InlineCompleti
592
592
val project = editor.project ?:returnfalse
593
593
594
594
if (!isQConnected(project)) returnfalse
595
+
if (event.isManualCall()) returntrue
595
596
if (!CodeWhispererExplorerActionManager.getInstance().isAutoEnabled()) returnfalse
596
597
if (QRegionProfileManager.getInstance().hasValidConnectionButNoActiveProfile(project)) returnfalse
0 commit comments