Fix configuration names for vscode/r-a (#1352)

This commit is contained in:
Waffle Maybe 2022-05-12 08:56:14 +04:00 committed by GitHub
parent 824696ffe2
commit 0c88f29374
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
```