Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Sep 8, 2023
1 parent b1b753d commit 3d96019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class CompletionProvider implements InlineCompletionItemProvider {
}

return new InlineCompletionItem(
choice.text?.trim() as string,
choice.text as string,
new Range(position, position)
)
}) || []
Expand Down

0 comments on commit 3d96019

Please sign in to comment.