mirror of https://github.com/helix-editor/helix
The old check would allow sending textDocument/documentColor requests when the server declared `{"colorProvider": false}` in its capabilities as this was `Some`: Some(ColorProviderCapability::Simple(false)) The Julia language server sets this explicitly to `false` in the wild. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |