Kirill Bulatov
Kirill Bulatov
https://github.com/zed-industries/zed/blob/991c9ec441711a4c0b10ce595f3025f430123800/crates/project_panel/src/project_panel.rs#L1171-L1195 Here's the sorting part, one can add another setting toggle and do it differently.
Hmm, looks like the terminal scrolling had been touched by this PR. When I position the terminal on the bottom and run the command the scrolls it, it breaks. Starting...
@alygin sorry for the extended messaging, but it's a release day. I've got a small fix, creating a PR description right now: ``` diff --git a/crates/workspace/src/workspace.rs b/crates/workspace/src/workspace.rs index 7053ba138..1a0e9cc74 100644...
`prettier_support.rs` seems just wrong, I do not understand the question fully, since both entities belong to the same crate, so at the worst case it could be a shared module...
Oh, we do not run tests on Ubuntu yet and I've just stumbled onto similar issues yesterday. Interesting to see how few tests are left to fix, and sorry for...
There seems to be another failure, I'll look into this and fix it today. Hopefully you've ticked the "allow edits from maintainers" in your PR, or you'll have to apply...
So, checked `map.max_point()` in the `fn line_end` and effectively failed the test on CI, and it returns `DisplayPoint(2, 5)` whilst on your system, that was `DisplayPoint(2, 6)` presumably. Given the...
Could be related to https://github.com/zed-industries/zed/issues/6205#issuecomment-1964299953 cc @mrnugget
Zed has a prettier integration, enabled by default due to `"formatter": "auto"` default settings. When enabled, prettier integration is supposed to look up in the project (or parent dirs) for...
The current idea is to implement it differently: https://github.com/zed-industries/zed/pull/11195 and not for Python yet.