Fix configuration names for vscode/r-a (#1352)
This commit is contained in:
parent
824696ffe2
commit
0c88f29374
|
|
@ -37,8 +37,8 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
|
||||||
"--edition=2021"
|
"--edition=2021"
|
||||||
],
|
],
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"rust-analyzer.cargo.runBuildScripts": false,
|
"rust-analyzer.cargo.buildScripts.enable": false,
|
||||||
"rust-analyzer.rustcSource": "./Cargo.toml",
|
"rust-analyzer.rustc.source": "./Cargo.toml",
|
||||||
"rust-analyzer.procMacro.enable": false
|
"rust-analyzer.procMacro.enable": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue