Skip to content

Commit 0c88f29

Browse files
authored
Fix configuration names for vscode/r-a (rust-lang#1352)
1 parent 824696f commit 0c88f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/building/suggested.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
3737
"--edition=2021"
3838
],
3939
"editor.formatOnSave": true,
40-
"rust-analyzer.cargo.runBuildScripts": false,
41-
"rust-analyzer.rustcSource": "./Cargo.toml",
40+
"rust-analyzer.cargo.buildScripts.enable": false,
41+
"rust-analyzer.rustc.source": "./Cargo.toml",
4242
"rust-analyzer.procMacro.enable": false
4343
}
4444
```

0 commit comments

Comments
 (0)