Kirill Bulatov
Kirill Bulatov
https://github.com/zed-industries/zed/blob/aedd56b6dcd494fd30f48a6e1c59897dd8fb3f3c/crates/zed/src/zed/open_listener.rs#L296-L303 This seems to be the culprit: Zed tries to parse a `file:LINE:COLUMN` notation out of the path string it's asked to open. Instead of falling back to the old...
To note, there's Zed (`./target/release/zed`) and Zed CLI. IIRC the recommended approach is be to call the CLI with anything "clever" as arguments and let it to open Zed with...
@jansol , traditionally invite you for the related PRs if you do not mind still.
What about recent versions, are you experiencing this still?
Great thought, but why post in a closed PR that does something slightly different, mainly fiddles with configs? Either way, the PR with two pictures will show things better than...
That would not change much, as there's a project panel and tabs having the same setting at least.
I think this is https://github.com/zed-industries/zed/pull/17885 and if you remove all the settings and check out the logs, you'll see what exactly Zed tries to autodetect. To keep downloading the binaries...
@Zwishing Does [this](https://github.com/zed-industries/zed/issues/19218#issuecomment-2413748690) help? What is in your logs?
We did underline inactive code before, so > I think this might be a regression introduced in https://github.com/zed-industries/zed/pull/31450 is not really right, as that part restored things to where they...
> Given it looks like that logic was removed only 3 weeks ago, is a PR to reintroduce it welcome? The answer lies in my previous message: > More context:...