rust/crates
Andrew Chin 65234e8828 Remove workspaceLoaded setting
The `workspaceLoaded` notification setting was originally designed to
control the display of a popup message that said:

  "workspace loaded, {} rust packages"

This popup was removed and replaced by a much sleeker message in the
VSCode status bar that provides a real-time status while loading:

  rust-analyzer: {}/{} packages

This was done as part of #3587

The new status-bar indicator is unobtrusive and shouldn't need to be
disabled.  So this setting is removed.
2020-05-01 21:04:41 -04:00
..
ra_arena Extract messy tree handling out of profiling code 2020-04-25 21:22:40 +02:00
ra_assists Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08:00
ra_cfg Update versions 2020-02-18 16:12:40 +02:00
ra_db Convert code to text-size 2020-04-25 11:59:18 +02:00
ra_flycheck lsp-types 0.74 2020-04-26 16:05:22 -04:00
ra_fmt Fix a bunch of false-positives in join-lines 2020-04-30 22:08:50 +02:00
ra_hir Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08:00
ra_hir_def Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
ra_hir_expand Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
ra_hir_ty Merge #4220 #4240 2020-05-01 20:16:25 +00:00
ra_ide Test for unsafe trait 2020-05-01 11:49:51 -04:00
ra_ide_db Rename StructField -> Field 2020-04-25 14:23:34 +02:00
ra_mbe Merge #4139 2020-04-25 16:26:51 +00:00
ra_parser Remove dead code, which elaborately pretends to be alive 2020-04-30 22:41:14 +02:00
ra_proc_macro proc_macro: add ability to log to stderr and view output in vscode 2020-04-23 01:57:02 +03:00
ra_proc_macro_srv Bump deps 2020-05-01 15:29:03 +03:00
ra_prof Simplify profiler impl (bubble up Option and shorten code 2020-04-26 00:55:49 +03:00
ra_project_model Bump deps 2020-05-01 15:29:03 +03:00
ra_syntax Merge #4220 #4240 2020-05-01 20:16:25 +00:00
ra_text_edit text-size 1.0.0 2020-04-25 12:15:32 +02:00
ra_tt Improve tt::Subtree debug print 2020-04-10 00:17:32 +08:00
rust-analyzer Remove workspaceLoaded setting 2020-05-01 21:04:41 -04:00
stdx Move timeit to stdx 2020-04-10 20:46:42 +02:00
test_utils text-size 1.0.0 2020-04-25 12:15:32 +02:00