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 b08ef97 commit 6c9c86aCopy full SHA for 6c9c86a
src/services/ghost/GhostInlineCompletionProvider.ts
@@ -81,6 +81,7 @@ export class GhostInlineCompletionProvider implements vscode.InlineCompletionIte
81
const { prefix, suffix } = extractPrefixSuffix(document, position)
82
83
const matchingText = findMatchingSuggestion(prefix, suffix, this.suggestionsHistory)
84
+
85
if (matchingText !== null) {
86
const item: vscode.InlineCompletionItem = {
87
insertText: matchingText,
0 commit comments