Thorsten Ball
Thorsten Ball
First steps towards the right direction here: 3832eba0518ea71c3aa70be18dd50630d42dabe8
After https://github.com/zed-industries/zed/pull/7860 we now have `code_actions_on_format`, which landed in [`0.124.0`](https://zed.dev/releases/preview/0.124.0). With that you should be able to add the following to your settings: ```json { "languages": { "TSX": { "code_actions_on_format":...
Hey! So, to be clear: what are the steps to reproduce? Open the whole harddrive as a folder in Zed? Or how did that happen?
I see. Technically that's not a leak, I'd say, but more that MiMalloc (the allocator we use) is really aggressive about retaining memory. See this comment for more details: https://github.com/zed-industries/zed/pull/10321#issuecomment-2056763742...
Update here: we're going to pause work on the git integration for a few weeks, since we have a lot of projects going on right now — Tasks, Linux, remoting,...
Anyone's free to help, sure, although I would caution against picking up one of the bigger items — git commit view, git status view, git diff view — since they...
This broke scrolling with the mouse wheel for me on X11. Should we revert or is forward fixing doable?
``` $ φ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Razer Razer DeathAdder V2 id=8 [slave...
> Are all mouse events broken or just scrolling? It's just the scrolling. I can click and hover and all of that, but scrolling with the wheel doesn't work.
Here's mine: [scroll_log.txt from hello_world](https://github.com/zed-industries/zed/files/15281875/scroll_log.txt) Hope I did it right, because there's nothing to scroll in that window and I just used the mouse wheel. Here's the output when doing...