-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Comments
In case #5240 ever gets implemented, I think it should get git status treatment too. |
Fixes https://github.com/zed-industries/community/issues/1674 Release Notes: - Added option for showing git status on editor tabs
this will ship with |
@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
}, :) |
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.) |
Check for existing issues
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
Zed:
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: