Sort git panel by staged/unstaged file versions and view diffs on both (how VSCode works) #26862
secondl1ght
started this conversation in
Git
Replies: 2 comments
-
|
Adding to the first part, I find that the way GitHub Desktop shows the changes list –using a single, combined list– is the most simple and less noisy way to do it. Entries do not jump when staging/unstaging, and changes in the same folder are shown together because of the alphabetical ordering. Do you think it would be worth it to add some settings to personalize the way the list is organized? Or should Zed be opinionated about this? For instance: interface GitPanelSettings {
group_changes_by: "tracked_status" | "staged_status" | "none";
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Related issue: #26560 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a feature request to be able to configure Zed to match the functionality of VSCode's git panel.
Here is a screenshot from VSCode:

Hopefully my explanation makes sense but please let me know if you need clarification, a lot of people use the VSCode git panel so I think you'll know the behaviors I am speaking about. The new git panel in Zed is great, but I still can't make the editor switch until there is feature parity with VSCode's git panel for this feature. It makes it so that you can incrementally stage changes as you work on them, and view progress diffs until you are ready to do a commit, instead of only being able to view the diff between all your uncommitted changes and the last commit.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions