Kirill Bulatov

Results 478 comments of Kirill Bulatov

Fantastic follow-up @koddsson , thank you for sharing. I believe we should stay on a safer side and avoid releasing anything ourselves or forking, if possible — it's extra maintenance...

Also seems more work needed in terms of supporting flat config files: https://github.com/zed-industries/zed/pull/8109#issuecomment-1980403545 but that can wait for the actual eslint package fetch rework.

It is very hard to understand what's causing this issue by just the description. Do you see any backtraces or other unusual things in the ~/Library/Logs/Zed/Zed.log ? Sharing that might...

Great that you've found the root cause of an issue. Zed by itself knows very little about the languages: it has a separate highlighting capabilities, but no way it's able...

There's no direct way to handle the r-a output, but you don't seem to need it? Here https://github.com/zed-industries/zed/blob/d311e2fba87ab2dced06a2707347c1104e2f7b24/crates/project/src/project.rs#L3183-L3184 any language server is set up, and we need to add another...

First, we have to understand whether those expect any response in return: if they do, those are Requests, Notifications otherwise. I think it falls under the Notification case, but even...

I am a bit worried about such pop-ups in general, can you paste all messages you get, related to that error? Last thing I want is to irritate people with...

Thank you for exploring this, I think next step should be a PR. I think, the version-like is good enough for errors only, we'll give at spin in nightly and...

I also think we would want to keep on logging those messages, but do it more clever and actually change a lot level based on the `health` of it — ...

Conveniently, `LanguageServerPrompt` is about to land in `main` and I think this is what we should use. https://github.com/zed-industries/zed/pull/8312/