A post-modern development environment.
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix contributing wording (#15452)

+1 -1
+1 -1
docs/CONTRIBUTING.md
··· 11 11 * Pass the appropriate verbosity level option for the desired log level. (`hx -v <file>` for info, more `v`s for higher verbosity) 12 12 * Want to display the logs in a separate file instead of using the `:log-open` command in your compiled Helix editor? Start your debug version with `cargo run -- --log foo.log` and in a new terminal use `tail -f foo.log` 13 13 - Instead of running a release version of Helix, while developing you may want to run in debug mode with `cargo run` which is way faster to compile 14 - - Looking for even faster compile times? Give a try to [mold](https://github.com/rui314/mold) 14 + - Looking for even faster compile times? Give [mold](https://github.com/rui314/mold) a try 15 15 - If your preferred language is missing, integrating a tree-sitter grammar for 16 16 it and defining syntax highlight queries for it is straightforward and 17 17 doesn't require much knowledge of the internals.