tower-lsp 0.9.1
Pre-release
Pre-release
Added
- Implement support for the following client-to-server messages:
textDocument/documentColortextDocument/colorPresentationtextDocument/rangeFormattingtextDocument/onTypeFormattingtextDocument/foldingRange
Changed
- Server will accept the
initializerequest from the client only once and will
respond with JSON-RPC error code-32600if sent again (PR #160).