aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/health.rs
Commit message (Expand)AuthorAge
* Add glob file type support (#8006)Galen Abell2024-02-11
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* health - add formatter to display (#7986)Sammo982024-01-09
* Add support for showing all LSPs in --health (#7315)Lorenzo Bellina2023-10-16
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Fix some lints/docgen hintsPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* Generalised to multiple runtime directories with priorities (#5411)paul-scott2023-03-09
* Print the binary required by the debug adapter (#5195)Eric Thorburn2022-12-17
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Show clipboard info in --health output (#2947)Gokul Soumya2022-08-31
* Reduce health tick widthIvan Tham2022-08-23
* clipboard: add logging and healthcheck (#3271)Amit Beka2022-07-31
* fix: do not color health summary when stdout is piped (#2836)lazytanuki2022-06-20
* Add true or false checkbox in health output table (#1947)Nirmal Patel2022-04-12
* Added checkmarks to health.rs output, Resolves #1894 (#1918)Simon H2022-04-02
* Indentation rework (#1562)Triton1712022-03-30
* Handle BrokenPipe when piping hx --health through head (#1876)Nirmal Patel2022-03-30
* Avoid using the format ident Rust feature (#1881)Marcin Puc2022-03-30
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08