Does this issue occur when all extensions are disabled?: N/A (requires extension to provide inline completions)
- VS Code Version: 1.78.2
- OS Version: macOS 13.0
Steps to Reproduce:
- Trigger inline completion on a line with whitespace to the immediate left and right of the cursor.
- Even when the InlineCompletionProvider returns items, they do not display in VSCode.
Example:
Starting with this code:

Delete baz, suggests it correctly:

Delete az:, suggests it correctly:

Delete baz:, does not suggest anything:

I confirmed that the InlineCompletionProvider does return baz: as expected but in this case VSCode does not display it.
Does this issue occur when all extensions are disabled?: N/A (requires extension to provide inline completions)
Steps to Reproduce:
Example:
Starting with this code:

Delete

baz, suggests it correctly:Delete

az:, suggests it correctly:Delete

baz:, does not suggest anything:I confirmed that the InlineCompletionProvider does return
baz:as expected but in this case VSCode does not display it.