rust/crates
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
..
ra_arena
ra_assists Rerail split_import API onto AST 2020-03-06 14:08:43 +01:00
ra_cargo_watch Handle diagnostics with multiple primary spans 2020-03-12 15:24:20 +01:00
ra_cfg
ra_db Add extern source 2020-03-11 11:04:02 +08:00
ra_fmt
ra_hir Simplify 2020-03-09 11:19:03 +01:00
ra_hir_def Add resolve_extern_path in DB 2020-03-11 01:06:01 +08:00
ra_hir_expand Update comment 2020-03-12 02:00:56 +08:00
ra_hir_ty Merge #3549 2020-03-11 10:51:07 +00:00
ra_ide Fix completion tests 2020-03-12 22:03:30 +01:00
ra_ide_db Merge #3549 2020-03-11 10:51:07 +00:00
ra_mbe Merge #3513 2020-03-09 08:56:58 +00:00
ra_parser Fix parsing of stement-ish binary expressions 2020-03-11 14:28:18 +01:00
ra_prof Allow specifying additional info on call to profile 2020-03-06 17:36:51 +01:00
ra_project_model Switch from Vec<InlayKind> to object with props 2020-03-11 20:14:39 -07:00
ra_syntax Merge pull request #3562 from FireofGods/display_for_node 2020-03-12 15:40:53 +01:00
ra_text_edit Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_tt
rust-analyzer Use WorkDoneProgress LSP API for initial load 2020-03-13 16:03:02 -07:00
test_utils Check only one fixture 2020-03-11 00:45:03 +08:00