How to turn off git blame
in project settings
#24520
Unanswered
Tackoil
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I'm working on a huge project and every git action will cost lots of computation resources. When using zed to open it, zed forks plenty of processes to run
git blame
and it makes my computer hanging quite a long time.I found a solution to turn off inline showing of
git blame
. But after adding this setting, zed still rungit blame
on this project.Is there some way to fully turn off git's command on some projects? If there is no one, I would be pretty nice to have this feature.
Beta Was this translation helpful? Give feedback.
All reactions