Skip to content

Commit

Permalink
Fix rust analyzer overrideCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 22, 2023
1 parent cc9f1ad commit e6db797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e6db797

Please sign in to comment.