Set up VSCode for Rust
yeahhhhh ik you're not really supposed to commit this file but i'm the only contributor so whatevs
This commit is contained in:
parent
7dd80e068d
commit
bd10e2f7a6
1 changed files with 8 additions and 0 deletions
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"[rust]": {
|
||||||
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
|
"rust-analyzer.check.command": "clippy", // "check", //
|
||||||
|
"rust-analyzer.cargo.targetDir": true
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue