Pascal Kuthe

Results 451 comments of Pascal Kuthe

(one test is failing for a type of virtual text that is currently not used yet. I forgot to clean that up, will look into that tomorrow, this shouldn't affect...

thanks for testing! This is a new regression with this PR and doesn't occur on master.

Thank you for your feedback @yuyidegit] both bugs have been fixed (the test failures too). This PR now depends on #6440 which fixes a bunch of bugs relevant to this...

> found a pretty nasty bug to reproduce: > > 1. open helix running this pr in the helix repo > > 2. open `helix-core/src/comment.rs` > > 3. delete the...

For people using this with rust-analyzer I would recommend also merging https://github.com/helix-editor/helix/pull/6447 locally. That PR (mostly) fixes the problem of rustc/clippy diagnostics seemily moving around while typing which makes this...

@gabydd I actually need to revisit the case you mentioned. I fixed the crash but right now the diagnostics disappear. in the case you described which is a bit harder...

I already have a fix locally but I don't have time to keep working on this PR right now as its a lot of work and some private things came...

Yeah everything is alright just a ton on my plate rn. I will push the fixes in the next couple days. They are on a PC I don't have access...

Here are already config options to disable this feature (or only enable it for the current line and you can also filter by severity so that only errors are displa'ed...

yeah that is a bug with the set/toggle command I noticed too. That should be fixed in a separate PR. Although I am thinking that the additional way to display...