Kirill Bulatov

Results 478 comments of Kirill Bulatov

I have something that looks like a fix, waiting for the review/confirmation: https://github.com/zed-industries/zed/pull/16654 Meanwhile, using ```json5 "languages": { "Vue.js": { // this is a new line "language_servers": ["vue-language-server", "..."], "prettier":...

Astro seems to have a single language server supported, so this seems a bit unrelated: the current workaround forces a certain, primary, language server to be used first, e.g. :...

Indeed, seems to be macOS-related bug so I'll close this as duplicate of https://github.com/zed-industries/zed/issues/16969

If that helps, the scrolling part could be approached via `UniformListScrollHandle` that has to be somewhere in the picker too: https://github.com/zed-industries/zed/blob/d50d1611b91481008fbfb9d3b15886a3aa0956bb/crates/language_tools/src/syntax_tree_view.rs#L200 and that can get/set the item index scrolled to/to...

Let me know when I should go and check this all, presumably this PR is no longer a draft then?

Sorry, I still have to make another review pass on top and find time for this — I expect to do this early next week.

Sorry, I am away for this week also, and expect to look at the PR early next week. Please ping anybody else if you want the review faster.

I believe that we need to fix blank entries shown in the list, but do that the correct way.

Reading the last comment a few times, I start to understand that the issue is with the fact that old code had spoiled the DB and now the new code...