helix/helix-lsp/src
Michael Davis 47cdd23e50
LSP: Fix `Client::supports_feature` check for 'colorProvider'
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.
2025-04-28 09:44:25 -04:00
..
client.rs LSP: Fix `Client::supports_feature` check for 'colorProvider' 2025-04-28 09:44:25 -04:00
file_event.rs LSP: Remove future wrapper from `Client::notify`, `Client::reply` 2025-02-01 19:32:37 -05:00
file_operations.rs make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +09:00
jsonrpc.rs LSP Client: Accept floats with trailing zeros as valid JSONRPC IDs (#12376) 2024-12-31 12:45:47 -06:00
lib.rs Track progress title an display in place of internal token (#13180) 2025-03-27 12:00:23 -05:00
transport.rs minor: Tweak some verbose LSP logs 2025-03-04 11:25:11 -05:00