rust/crates/rust-analyzer
Steffen Lyngbaek 083035fd06 Use WorkDoneProgress LSP API for initial load
Addresses #3283

Rather than using custom UI for showing the loaded state. Rely
on the WorkDoneProgress API in 3.15.0
https://microsoft.github.io/language-server-protocol/specification#workDoneProgress.

No client-side work was necessary. The UI is not exactly what is
described in the issue but afaict that's how VS Code implements the LSP
API.

- The WorkDoneProgressEnd does not appear to display its message
  contents (controlled by vscode)
2020-03-13 16:03:02 -07:00
..
src Use WorkDoneProgress LSP API for initial load 2020-03-13 16:03:02 -07:00
tests/heavy_tests Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Fix SelectionRange return type 2020-03-09 10:17:16 -04:00