about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWaffle Maybe <waffle.lapkin@gmail.com>2022-05-12 08:56:14 +0400
committerGitHub <noreply@github.com>2022-05-12 13:56:14 +0900
commitac519c71d418faeafe51cb280bb13fe46595bfd0 (patch)
tree77720d9dadd0cc43c93f92c4cf5e55d2e6486aae /src/doc/rustc-dev-guide
parent76114ad4372963120484918e1177283d6dd37123 (diff)
downloadrust-ac519c71d418faeafe51cb280bb13fe46595bfd0.tar.gz
rust-ac519c71d418faeafe51cb280bb13fe46595bfd0.zip
Fix configuration names for vscode/r-a (#1352)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/suggested.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md
index a6ff65db3c3..f54ee15f805 100644
--- a/src/doc/rustc-dev-guide/src/building/suggested.md
+++ b/src/doc/rustc-dev-guide/src/building/suggested.md
@@ -37,8 +37,8 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
         "--edition=2021"
     ],
     "editor.formatOnSave": true,
-    "rust-analyzer.cargo.runBuildScripts": false,
-    "rust-analyzer.rustcSource": "./Cargo.toml",
+    "rust-analyzer.cargo.buildScripts.enable": false,
+    "rust-analyzer.rustc.source": "./Cargo.toml",
     "rust-analyzer.procMacro.enable": false
 }
 ```