Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a kitchen sink for all outstanding bug fixes left on the milestone.
Closes #6482
Closes #6346
Closes #3821
Closes #6467
Closes #6483
primarly gitoxide (plus cargo update) since depandabot missed it. Includes some fixes for bugs that affect helix on Windows (fix $HOME detection on windows GitoxideLabs/gitoxide#800 in particular)
editor.lsp.show-snippet-completions
)fixes the issues with Allow truncation of table row text #6410 I found
small bug I found while testing this PR
Includes some style nits and conflict resolution
I can't reproduce this but from the logs it seems like RA crashing and somehow freezing helix in the process. I have already observed that the utf-32 option is implemented incorrectly in the few LSPs that support it (including RA) while the utf-8 extension has been around for a while and is much more stable.
Commits are best reviewed separately. Most of the diff are the Cargo.lock changes from running
cargo update