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:
Michael Bradley 2025-03-05 02:49:01 -05:00
parent 7dd80e068d
commit bd10e2f7a6
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

8
.vscode/settings.json vendored Normal file
View 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
}