rust-analyzer/crates/rust-analyzer
Wilfred Hughes 58fc69a852 Don't show '$saved_file' literally in IDE status updates
We've had a few users get confused when VS Code shows `my_custom_check
--args $saved_file`, as it looks like substitution didn't occur.

Instead, show `my_custom_check --args ...` in the display output. This
is also shorter, and the VS Code status bar generally works best with
short text.
2025-07-28 11:33:46 +01:00
..
src Don't show '$saved_file' literally in IDE status updates 2025-07-28 11:33:46 +01:00
tests/slow-tests Disable the diagnostics_dont_block_typing test on CI 2025-07-09 19:29:11 +03:00
build.rs Enforce a current directory being set for spawned commands 2024-12-29 12:51:13 +01:00
Cargo.toml Don't run doctests 2025-06-23 00:50:22 +03:00