Fix rust analyzer overrideCommand
This commit is contained in:
parent
cc9f1adb84
commit
e6db7977f9
|
|
@ -12,7 +12,7 @@
|
||||||
"target_ra/**": true,
|
"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`
|
// 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",
|
"cargo",
|
||||||
"cranky",
|
"cranky",
|
||||||
"--target-dir=target_ra",
|
"--target-dir=target_ra",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue