rust-analyzer/crates/rust-analyzer
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
..
src Remove workspaceLoaded setting 2020-05-01 21:04:41 -04:00
tests/heavy_tests Filter out CodeActions if a server only support commands. 2020-05-01 13:44:32 -04:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Bump deps 2020-05-01 15:29:03 +03:00