Ben Kunkle
Ben Kunkle
Hey! Thanks for reporting the confusion here. Definitely seems like this is something you should be able to do in Zed. We've decided to move feature requests like this to...
Closed by #1317
I'm going to close this as it is not an issue, rather a statement that you will be working on it. Feel free to open a PR with your work...
Hey, I just got it working and merged last week ([#25681](https://github.com/zed-industries/zed/pull/25681)). Unfortunately, it is only released in nightly as of right now. You can see which versions of Zed it...
Would you mind adding some tests for this behavior? Especially given it's designed to fix a race conditions, It would be ideal if you added a test with a `#[gpui::test(iterations...
Ugh sorry, I should've warned you about that. In `#[gpui::test]` tests we run the scheduler deterministically, that's part of the reason we needed the iterations param, was to run with...
Looked like the test runner just died. Re-running it
I think I missed your changes to `dispatcher.rs` before, what was your goal there? I'm a bit lost with where you're at right now, all the tests seem to be...
Hey, yes sorry. I took some time off last week and lost this in GitHub notifications. Looks good to merge. Thanks for your work and patience!
The `-n` flag is what you're looking for @davidhooey, it's just not present in the Zed binary, only for the CLI, hence the confusion