rust-analyzer/crates/rust-analyzer
Wilfred Hughes f498184cbb fix: Don't report a startup error when a discover command is configured
Previously, r-a would show an error if both fetch_workspaces_queue and
discover_workspace_queue were empty. We're in this state at startup,
so users would see an error if they'd configured
discover_workspace_config.

Instead, allow the fetch_workspaces_queue to have zero items if
discover_workspace_config is set.

Whilst we're here, prefer "failed to fetch" over "failed to discover",
so the error message better reflects what this function is doing.
2024-09-26 14:33:30 -04:00
..
src fix: Don't report a startup error when a discover command is configured 2024-09-26 14:33:30 -04:00
tests/slow-tests Auto merge of #18080 - Veykril:dedup, r=Veykril 2024-09-11 11:47:17 +00:00
build.rs Bump Cargo.lock 2024-05-14 10:57:02 +02:00
Cargo.toml Use crossbeam-channel from the workspace 2024-08-09 23:48:03 +02:00