Skip to content
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

Fix #352 again #357

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

aasseman
Copy link
Contributor

I'll need some help with this. This fixes the issue observed in #352 (comment), but I'm not sure this is the correct way and if it will create other problems.

The first observation is that the code deletion problem is not coming from the the code I added that removes extra indentation. So I don't fully understand why my changes created the issue.
I also observed that start and end would always be the same value, unless some text gets inserted before the completion (repro of the issue). So setting start to end "fixes" it.

The problem is that I don't fully understand what the purpose of those 2 values is. Is it for a refactor/rewrite feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant