We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5b158 commit 9dd8a88Copy full SHA for 9dd8a88
src/codewhisperer/service/inlineCompletionService.ts
@@ -354,7 +354,7 @@ export class InlineCompletionService {
354
config: ConfigurationEntry,
355
autoTriggerType?: CodewhispererAutomatedTriggerType
356
) {
357
- if (vsCodeState.isCodeWhispererEditing || this._isPaginationRunning) {
+ if (vsCodeState.isCodeWhispererEditing || this._isPaginationRunning || this.isSuggestionVisible()) {
358
return
359
}
360
await this.clearInlineCompletionStates(editor)
0 commit comments