rust/crates/rust-analyzer
Alex Muscar 41856e2682 fix: make signature info response conform to spec
This addreses
https://github.com/rust-analyzer/rust-analyzer/issues/10464.

This patch picks up `lsp-types` 0.90.1, which serialises the
`SignatureInformation` and `ParameterInformation` with the right casing.
It also adds `activeSignature` field as part of the top-level signature
response. It keeps `activeParameter` at the top-level for backwards
compatibility.
2021-10-11 20:42:16 +01:00
..
src fix: make signature info response conform to spec 2021-10-11 20:42:16 +01:00
tests/slow-tests Merge #10105 2021-09-24 15:12:17 +00:00
build.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
Cargo.toml fix: make signature info response conform to spec 2021-10-11 20:42:16 +01:00