Kirill Bulatov
Kirill Bulatov
I think we might want to deal with multilines more than anything else first, and also try to adjust the contrast of the dimmed things. Using the level to filter...
What about the contrast compared to regular code highlights in both editors?
Both screenshot examples are identically underlined though? The idea was to compare the contrast for the case where VSCode does not underline anything, but marks the region as "unnecessary". >...
I agree that we have to do something about these underlines, maybe @ConradIrwin has fresh eyes and ideas on which direction that move should go?
As a guess, there's https://github.com/zed-industries/zed/pull/31836 which might help?
Can you hover those X marks and show that the error messages are?
I have zero LSP and server logs for __anything__ (including r-a) for any ssh remote project. Steps to repro are trivial: open any buffer, open lsp logs.
https://github.com/zed-industries/zed/blob/0ac17526687bf11007f0fbb5c3b2ff463ce47293/assets/settings/default.json#L502-L513 Now, there's a `min_line_number_digits` entry that will start showing the gutter as small as given in this setting, and expands when scrolled to a longer digit sequence.
Had started to get panics after this got merged. Repro case: check out fresh `https://github.com/rust-lang/rust-analyzer/` and either open `crates/rust-analyzer/src/config.rs` (note that this makes reopening this project harder in dev build,...
Sure, any follow-up PRs are welcome. Markdown can be the key, there are two markdown languages and one of them is a "utility" one that is used to parse the...