Joshua Warner
Joshua Warner
Awesome! I'm fairly sure you'll want to (and be able to) turn some of those off before going to the AppStore, primarily because those will tend to needlessly embiggen your...
Oh interesting! Some of the other debug messages in there do look like legit errors that I _do_ want to be notified about: https://github.com/forensicmatt/RustyUsn/blob/2fae096d926a79521fefddcf088a8022295d54ea/src/usn.rs#L402 For my use case, it's important...
I'm running into a much more extreme version of this, on a very large internal repo (~500k tracked files!). In my case, the current behavior of periodically running this git...
This patch seems to work for me: ``` diff --git a/crates/worktree/src/worktree.rs b/crates/worktree/src/worktree.rs index 0461db4bf7..4084ee7511 100644 --- a/crates/worktree/src/worktree.rs +++ b/crates/worktree/src/worktree.rs @@ -4467,6 +4467,7 @@ impl BackgroundScanner { /// Update the git...
Would zed folks be open to a patch that adds a default-off `"git": {"disable_status_updates": true}` config (or whatever)?
I haven't noticed this particular issue recently, I suspect related to the upgrade to use the system git binary instead of the bundled one (or perhaps other changes; not sure).