We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enableRangeFormatting
1 parent f0649f2 commit dfcbed0Copy full SHA for dfcbed0
crates/rust-analyzer/src/handlers.rs
@@ -1798,7 +1798,7 @@ fn run_rustfmt(
1798
String::from(
1799
"rustfmt range formatting is unstable. \
1800
Opt-in by using a nightly build of rustfmt and setting \
1801
- `rustfmt.enableRangeFormatting` to true in your LSP configuration",
+ `rustfmt.rangeFormatting.enable` to true in your LSP configuration",
1802
),
1803
)
1804
.into());
0 commit comments