1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Fix rust analyzer overrideCommand

This commit is contained in:
Emil Ernerfeldt
2023-05-22 21:31:36 +02:00
parent cc9f1adb84
commit e6db7977f9

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",