Fix rust analyzer overrideCommand

This commit is contained in:
Emil Ernerfeldt 2023-05-22 21:31:36 +02:00
parent cc9f1adb84
commit e6db7977f9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"target_ra/**": true,
},
// Tell Rust Analyzer to use its own target directory, so we don't need to wait for it to finish wen we want to `cargo run`
"rust-analyzer.checkOnSave.overrideCommand": [
"rust-analyzer.check.overrideCommand": [
"cargo",
"cranky",
"--target-dir=target_ra",