Kirill Bulatov
Kirill Bulatov
There were more optimizations since the last time I've asked to recheck this, so I'd appreciate another check.
Thanks for checking, but now I'm somewhat clueless and would appreciate a `perf` (or anything analogous) sample to see hotspots better and not to guess.
I've found another selection-related culprit thanks to the other person who managed to capture the profile in https://github.com/zed-industries/zed/issues/19817 The PR is https://github.com/zed-industries/zed/pull/20031 and I'm pretty sure this should be solved...
Thanks for confirming and no worries.
~ ❯ rustup component list|rg src rust-src (installed) Have stumbled onto a much smaller example: `Cargo.toml` ```toml [package] name = "cargo-output-parser" version = "0.1.0" edition = "2024" [dependencies] anyhow =...
Indeed, it only seem to appear once in that small example, and goes away after I edit and save the file. Seems to be quite random to appear for me...
Seems to be a duplicate of https://github.com/zed-industries/zed/issues/32210 which was fixed in https://github.com/zed-industries/zed/pull/32408 Can you recheck Zed's latest versions and see if the issue is reproducible still?
This is due to the php language server (it is a good idea to specify your language in the issue too) failing. > 2024-11-05T17:58:38.300759Z [WARN] Generic lsp request to phpactor/phpactor...
Alternatively, please share the project we can repro the issue on.
Thank you, I have been testing this but unable to see anything odd with the LSP, it definitely does not crash for me: https://github.com/user-attachments/assets/99da2b76-ae23-4530-a279-1a7245947dc4 The problem is — I do...