-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix[JB]: misc apply bugs #5708
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[JB]: misc apply bugs #5708
Conversation
✅ Deploy Preview for continuedev canceled.
|
* Represents a range of text in a file with its contents. | ||
* Provides utility methods for working with document positions and offsets. | ||
*/ | ||
class RangeInFileWithContents( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great pattern, we should do this more often (classes for data types that need attached utility methods)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should definitely write unit tests for it, but nothing changed and this PR is such a large improvement that I want to merge
Summary by mrge
Fixed several bugs with applying diffs in the JetBrains plugin, improved diff streaming and rejection logic, and updated the UI to reflect changes more accurately.
Bug Fixes
Refactors