Kirill Bulatov
Kirill Bulatov
Can you explain your use case, language and environment better? Generally, tasks already support interactive input, e.g. ``` { "label": "test task with waiting", "command": "sh -c", "args": [ "'echo...
> Maybe this really is a sway issue more than a Zed one? Looks very much so, given https://github.com/zed-industries/zed/issues/32792#issuecomment-2993890415. I'm not sure why this issue is open still.
For the [latest case](https://github.com/zed-industries/zed/issues/27575#issuecomment-2843948976), https://github.com/zed-industries/zed/pull/29786 should provide a fix, being released today. Not sure about the OP case, but would appreciate a retest after the release.
I would stay away from touching `DisplayMap` as long as possible: the code is mission-critical and relatively complex. While some parts of the `BlockMap` and `InlayMap` do a bit of...
Give at least one example, pretty please.
This is close to be implemented, as https://github.com/zed-industries/zed/blob/f98c6fb2cf86e16de6860061c2ae33b6c6d5b5ab/crates/project/src/lsp_store/rust_analyzer_ext.rs#L37-L41 is already there and we react on it by showing the  like popovers. I do agree that we should show this...
Have rechecked that again and this seems to work for me. Can you recheck?
Yeah, this extra button causes a lot of friction already, no one favored coloring it fully. One note that this server list shows an error only if the keyboard was...
To chime in, I'm not very happy with the inlay_hint_cache.rs existing in each editor and plan to move the inlay hint LSP data into lsp_store.rs, make it more centralized and...
@luckydye , I have drafted a branch with the change: https://github.com/zed-industries/zed/compare/kb/format-capabilities?expand=1 but failed to format via biome. In the logs, I see that it starts and sends back diagnostics and...