rust/crates/rust-analyzer
bors[bot] 6826dd044a
Merge #5782
5782: Fix StatusNotification r=matklad a=vsrs

This PR fixes the following:

As per specification `params` property in [NotificationMessage ](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#notificationMessage) should be `array | object` while RA uses `"loading" | "ready" | "invalid" | "needsReload"`.

Co-authored-by: vsrs <vit@conrlab.com>
2020-08-17 14:23:03 +00:00
..
src Merge #5782 2020-08-17 14:23:03 +00:00
test_data Rename ra_hir_def -> hir_def 2020-08-13 16:29:33 +02:00
tests/heavy_tests Rename ra_project_model -> project_model 2020-08-13 12:05:30 +02:00
build.rs Fix fmt 2020-06-19 02:25:07 +08:00
Cargo.toml Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00