zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.27k stars 2.73k forks source link

History commit #10807

Open Angelk90 opened 5 months ago

Angelk90 commented 5 months ago

Check for existing issues

Describe the feature

Screenshot 2024-04-20 alle 16 22 10

Details:

Screenshot 2024-04-20 alle 16 23 13 Screenshot 2024-04-20 alle 16 22 22

If applicable, add mockups / screenshots to help present your vision of the feature

No response

JosephTLyons commented 5 months ago

I'm not sure of the exact details of how the source control panel will pan out, but the commit history could show up there:

Moshyfawn commented 5 months ago

I'm not sure of the exact details of how the source control panel will pan out, but the commit history could show up there:

That's what I originally thought, but the source panel changes show the currently modified / deleted etc file, which is not exactly history. Now it could be an additional panel, say at the bottom of the source panel, but I don't think it's worth merging the two issues if you're thinking about it. I'm happy to do it if you think it's a good idea.

Angelk90 commented 5 months ago

@Moshyfawn : I think they are two separate things.

someone13574 commented 5 months ago

I really like how this vscode extension does git support: https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph

Angelk90 commented 5 months ago

@JosephTLyons , @Moshyfawn , @someone13574 : Vscode does not currently have, as far as I know, a way to have the entire list of commits that have been made, you need to install an extension to do this.

Which is different from issues #4367.