Thorsten Ball
Thorsten Ball
Current preview: https://github.com/zed-industries/zed/assets/1185253/d9a65982-2b0f-4254-8f22-37811fd25fb4
Collaboration works! Now all that's left is bundling `git` and incorporating more design feedback :) https://github.com/zed-industries/zed/assets/1185253/0db7714c-6253-45ef-ac55-77925ad71d6f
bundled git binary also works! 
@baldwindavid yep, that's the one. `scripts/bundle-mac`. @mmtftr because it's very, very slow. See here: https://github.com/libgit2/libgit2/issues/3027 Running `git blame` on `crates/editor/src/editor.rs` in this repository here took 40s, vs 600ms shelling out...
Can you open the language server logs (`debug: open language server logs`), select `zls` in top left and see whether there's any messages in there? You can also turn the...
FWIW, I also just merged this to help with zls/zig setups: https://github.com/zed-industries/zed/pull/10559
@maherbeg can you create a separate ticket for this? This one is about Zig/`zls`. In that ticket, can you provide more information about the projects? Do they have a `go.mod`...
> My usual workflow is to open Zed via Ghostty. It tuns out that Zed runs fine when Ghostty isn't running, and Ghostty runs fine if Zed isn't running, but...
@moomerman thanks for reporting back here! In the Ghostty Discord it sounds like Apple is working on a fix. Since we can't debug this reliably and it does seems like...
Just to leave a update here, even though it's not an update: consensus on the Ghostty discord was/is that what panics is PID 0, so it's definitely a kernel bug...