Tab completion adds unnecessary lines #3591
Labels
area:autocomplete
Relates to the auto complete feature
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
The tab completion always inserts an empty line when accepting a completion, it happens with any kind of file type.
I was said it is most likely, the bug is related to the
postprocessCompletion
function or tostreamCompletionWithFilters
.https://github.com/continuedev/continue/blob/main/core/autocomplete/postprocessing/index.ts#L55
https://github.com/continuedev/continue/blob/main/core/autocomplete/generation/CompletionStreamer.ts#L16
Example.mp4
To reproduce
No response
Log output
The text was updated successfully, but these errors were encountered: