Finn Evers

Results 42 comments of Finn Evers

@tomaswarynyca There are already some release artifacts in the linked PR (due to the `run-bundling` label), you can find your release here: https://github.com/zed-industries/zed/actions/runs/15029158835/artifacts/3125869723 (see https://github.com/zed-industries/zed/actions/runs/15029158835/job/42245998890 for the associated run)

The issue is that whilst your described cases now work properly, the case originally causing this behavior stopped working with your changes. This is the case ``` if () single_statement_to_be_executed...

Thanks for everyones input here. That does not seem optimal at all, and definitely is something we should take a look at. However, from taking a look at the comments...

I just took another brief look and it seems that I am unable to reproduce ~~the original issue as well as~~ https://github.com/zed-industries/zed/issues/9057#issuecomment-2986322974 on **MacOS**. --- ~~Thus, I'd appreciate some feedback:...

@torarnv Not particulary an area of the codebase where I have much knowledge in to be honest. Yet, if you wanted to start looking into that, this will sit deep...

To give this some context: This error happens due to pagination on the side of the extension API. Since Zed now has more than 500 extensions and the server API...

To give this a quick heads-up: It was decided within the PR that neither will be exposed for now. We figured that giving control over these configs like this would...

Small and potentially slightly off-topic coment: I would possibly argue that in the long-run, glob patterns should also be available for language matching. There are some languages that would benefit...

Hey, thanks for your report! (And sorry for breaking this). The issue arises because you start hovering the horizontal scrollbar and the drag event was incorrectly not filtered out before...

Totally understandable. The pace of changes definitely corresponds to the fact that Zed is not at 1.0 yet, as a lot of stuff is still missing. The addition that caused...