Skip to content

Commit

Permalink
Fix configuration names for vscode/r-a (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin authored May 12, 2022
1 parent 687f603 commit 77f7fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```
Expand Down

0 comments on commit 77f7fa2

Please sign in to comment.