"hx --health" is overbearing, with 189 lines currently. Why not allow what is shown to be user-configured? #8313
-
the user could have a config variable holding the names of languages/tools that he is most interested in for example: [editor.health]
focus = ["HTML", "JavaScript", "Python", "Java", "C", "C++", "CSS", "SQL", "bash", "Go"] so running and when the user needs to see all of them (rarely), they could just this feature could have sinergies or be implemented together with #7401 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's a bit more tedious than what you're suggesting, but you can do |
Beta Was this translation helpful? Give feedback.
-
There are now around 250 languages listed in I've made a PR (#13484) that does this, not with a specific config but based on the Here's an example of the result : |
Beta Was this translation helpful? Give feedback.
There are now around 250 languages listed in
hx --health
, and this number is likely only to increase. I also think it would be useful to have an option to list only the languages that the user uses, based on their configuration.I've made a PR (#13484) that does this, not with a specific config but based on the
use-grammars
in languages.toml. I named the optionmy-languages
, but a better name could probably be found.Here's an example of the result :