Skip to content
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

Show git status color in tabs #6181

Closed
1 task done
wzxu opened this issue Jun 20, 2023 · 5 comments · Fixed by #2736
Closed
1 task done

Show git status color in tabs #6181

wzxu opened this issue Jun 20, 2023 · 5 comments · Fixed by #2736
Labels
enhancement [core label] git Git integration feedback tabs Feedback for tabs behavior, navigation, style, etc

Comments

@wzxu
Copy link

wzxu commented Jun 20, 2023

Check for existing issues

  • Completed

Describe the feature

Related to #6073 and #5416.

Although we have git status color in the project panel now, it should also be implemented in the tabs so we can easily spot changed files in the open editors.

VS Code: color coded and symbols to easily spot changed files
SCR-20230620-likf

Zed:
SCR-20230620-lhde

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

No response

@wzxu wzxu added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jun 20, 2023
@wzxu
Copy link
Author

wzxu commented Jun 20, 2023

In case #5240 ever gets implemented, I think it should get git status treatment too.

VS Code for reference:
SCR-20230620-ljtd

@JosephTLyons JosephTLyons added git Git integration feedback tabs Feedback for tabs behavior, navigation, style, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jun 26, 2023
mikayla-maki referenced this issue Jul 17, 2023
@aexvir
Copy link
Contributor

aexvir commented Jul 17, 2023

this will ship with v0.96

@wzxu
Copy link
Author

wzxu commented Jul 21, 2023

@aexvir Not seeing it in the current Preview version which is 0.96.1. Is it postponed?

@mikayla-maki
Copy link
Contributor

@aexvir Not seeing it in the current Preview version which is 0.96.1. Is it postponed?

Add this to your settings:

 "tabs": {
    "git_status": true
  },

:)

@wzxu
Copy link
Author

wzxu commented Jul 21, 2023

Add this to your settings:

 "tabs": {
    "git_status": true
  },

:)

Ooh thanks! Also close button position landed too?! I should make it a habit checking the default settings with each new version from now on… 😁

(Or, on second thought, could you perhaps highlight new settings in release notes? Surely early adopters watching Zed's development closely would greatly appreciate every detail.)

@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] git Git integration feedback tabs Feedback for tabs behavior, navigation, style, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants