feeiyu

Results 4 comments of 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. ![Image](https://github.com/user-attachments/assets/1988bc00-71fe-4ebf-b8f7-0f5a444aeea8) 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.