rust/crates/rust-analyzer
bors[bot] 098284aec8
Merge #10522
10522: fix: make signature info response conform to spec r=lnicola a=muscar

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.

Co-authored-by: Alex Muscar <alex@muscar.eu>
2021-10-11 19:58:27 +00:00
..
src Merge #10522 2021-10-11 19:58:27 +00: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