Exafunction / CodeiumVisualStudio

Visual Studio extension for Codeium
https://codeium.com
MIT License
140 stars 39 forks source link

When suggesting code Codeium duplicates existing lines on the code bellow. #101

Open rrebelo62 opened 3 months ago

rrebelo62 commented 3 months ago

CodeiumProblem

See picture above. When Codeium makes a suggestion, existing lines in code are duplicated.

jdussail commented 1 month ago

Same happens to me, and a huge chunk, so much that what I'm typing gets out of view.

Zallist commented 2 weeks ago

I've fixed this in https://github.com/Exafunction/CodeiumVisualStudio/pull/133 I believe. It seems (at least for me) to be related to mixed \r\n and \n line endings.

rrebelo62 commented 2 weeks ago

I tested your MR and it does fix this issue.

Thank you, @Zallist.