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. |
||
---|---|---|
.. | ||
client.rs | ||
file_event.rs | ||
file_operations.rs | ||
jsonrpc.rs | ||
lib.rs | ||
transport.rs |