Piotr Osiewicz

Results 106 comments of Piotr Osiewicz

It seems like we're moving away from status bar indicator altogether, thus this PR doesn't need to be around anymore.

Hey @huacnlee, I plan to reuse the setting for a runnable file indicator; there'll be an icon just like one we had in status bar that shows tasks that apply...

That's most likely not coming back to status bar; it's gonna be in the toolbar, next to file search toggle etc: ![image](https://github.com/zed-industries/zed/assets/24362066/d83c49cb-df41-46e8-8570-0b2121f4a970)

That's a bug in Kotlin extension then; basically, we need to add more brackets into [this array](https://github.com/evrsen/zed-kotlin/blob/8827c2e68007add76b3df01b9b267d4ddc26ab1d/languages/kotlin/config.toml) in config.toml.

Yeah, the change itself is simple, though that repository seems to be unmaintained per [this comment](https://github.com/evrsen/zed-kotlin/issues/1#issuecomment-2034347720). I've pinged folks from my team to see what we can do about it.

Oh, right, we need to cut a new release of Kotlin extension. I'll do that in a sec

Could it have to do with preview tabs anyhow @bennetbo ?

For first point (a focus bug), the current behavior is correct; by default, we focus terminal & switch to a newly spawned task. Users have an option to not focus...

I think it's a good idea to have as seamless of a switch experience as possible, but I wonder if it wouldn't be easier to just align our naming with...

We already have ZED_FILE, though we might want to enhance it with things like "worktree-relative path", "path-to-parent-directory" and so on.