feeiyu
feeiyu
I noticed a new inconsistency—files that should be in a conflicted state are incorrectly listed under the Tracked section in Zed’s Git panel, instead of the Conflicts section.  Zed:...
@cole-miller Thank you for explaining the intentional behavior behind conflict section persistence. > > [@feeiyu](https://github.com/feeiyu) the behavior you're seeing in your second post is different and not intended. Do you...
After digging deeper, here's what I found: When Zed reopens the remote project and restores files, it tries to get the "uncommitted changes" from the `Repository`. The `Repository` will create...
Thank you for the review! I'll try to add test cases for these changes.