You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Lorenzo Bellina d9d7f67898
Add support for showing all LSPs in --health (#7315)
* Add support for showing all LSPs in --health <lang>

* Add support for showing all LSPs in --health languages

* Use available/configured in --health languages

* Apply @AlexanderBrevig suggestion in --health

* Update `--health <language>`

Better output (inspired by #8156).

Handle the case where no LSPs are configured.

* Display all LSPs in `--health languages` instead of x/x

Displays all LSPs as a list in the table generated wih `--health languages`

* Make check_binary accept Optional references to str

Avoids some calls to .clone()

* Apply @the-mikedavis suggestions

* Avoid useless collecting and cloning

* Use for loop instead of .try_for_each()
1 year ago
..
src Add support for showing all LSPs in --health (#7315) 1 year ago
tests Add `insert-final-newline` config option (#8157) 1 year ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump libc from 0.2.148 to 0.2.149 (#8503) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago