mirror of https://github.com/helix-editor/helix
This fixes a deadlock when starting Helix with very many files, like `hx runtime/queries/*/*.scm`. The tree-sitter query files don't have an active language server on my machine and yet we were spawning a tokio task to collect documentColors responses. We can skip that entirely. Further debugging is needed to figure out why this lead to a deadlock previously. |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |