-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When suggesting code Codeium duplicates existing lines on the code bellow. #101
Comments
Same happens to me, and a huge chunk, so much that what I'm typing gets out of view. |
Codeium was not checking for both \r and \n when working out what else should be appended to the end of the line. It now does that.
Codeium was not checking for both \r and \n when working out what else should be appended to the end of the line. It now does that.
I've fixed this in #133 I believe. It seems (at least for me) to be related to mixed \r\n and \n line endings. |
I tested your MR and it does fix this issue. Thank you, @Zallist. |
I'm using V 1.8.88 currently in Visual Studio and still getting this behavior which makes auto suggest unusable. It's suggesting pages of code to the point I can't even see what I'm typing without hitting the Escape key repeatedly. |
I just released 1.8.89 with this fix included in it. Could you please update and let me know if this persists? |
It appears to be, I'll use it more tomorrow and report my results if anything negative. I've had 3+ hours usage now without issue. Thanks! |
See picture above. When Codeium makes a suggestion, existing lines in code are duplicated.
The text was updated successfully, but these errors were encountered: