diff options
| author | TonalidadeHidrica <47710717+TonalidadeHidrica@users.noreply.github.com> | 2022-07-11 16:52:35 +0900 |
|---|---|---|
| committer | TonalidadeHidrica <47710717+TonalidadeHidrica@users.noreply.github.com> | 2022-07-11 16:52:35 +0900 |
| commit | dfcbed09d362cb7f994eab77fb47df769082e15d (patch) | |
| tree | 760ca80fb7b023a4f86042bbf578118b0bfc77e7 | |
| parent | f0649f2c199daa32664813207616063f3bb2445b (diff) | |
| download | rust-dfcbed09d362cb7f994eab77fb47df769082e15d.tar.gz rust-dfcbed09d362cb7f994eab77fb47df769082e15d.zip | |
Fix obsolete `enableRangeFormatting` config
| -rw-r--r-- | crates/rust-analyzer/src/handlers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/handlers.rs b/crates/rust-analyzer/src/handlers.rs index 69a03850b5c..e3875228a18 100644 --- a/crates/rust-analyzer/src/handlers.rs +++ b/crates/rust-analyzer/src/handlers.rs @@ -1798,7 +1798,7 @@ fn run_rustfmt( String::from( "rustfmt range formatting is unstable. \ Opt-in by using a nightly build of rustfmt and setting \ - `rustfmt.enableRangeFormatting` to true in your LSP configuration", + `rustfmt.rangeFormatting.enable` to true in your LSP configuration", ), ) .into()); |
