Revert "Highlight file finder entries according to their git status" (#31529)

Reverts zed-industries/zed#31469

This isn't looking great, so reverting for now.

/cc @SomeoneToIgnore
This commit is contained in:
Antonio Scandurra 2025-05-27 18:10:49 +02:00 committed by GitHub
parent b4a03989b1
commit 28d6362964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 54 deletions

View file

@ -959,9 +959,7 @@
// "skip_focus_for_active_in_search": false
//
// Default: true
"skip_focus_for_active_in_search": true,
// Whether to show the git status in the file finder.
"git_status": true
"skip_focus_for_active_in_search": true
},
// Whether or not to remove any trailing whitespace from lines of a buffer
// before saving it.