File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ Unsetting this disables sysroot loading.
74
74
75
75
This option does not take effect until rust-analyzer is restarted.
76
76
--
77
- [[rust-analyzer.cargo.target ]]rust-analyzer.cargo.target (default: `null ` )::
77
+ [[rust-analyzer.cargo.targets ]]rust-analyzer.cargo.targets (default: `[] ` )::
78
78
+
79
79
--
80
- Compilation target override (target triple ).
80
+ Compilation targets override (target triples ).
81
81
--
82
82
[[rust-analyzer.cargo.unsetTest]]rust-analyzer.cargo.unsetTest (default: `["core"]` )::
83
83
+
Original file line number Diff line number Diff line change 476
476
" string"
477
477
]
478
478
},
479
- "rust-analyzer.cargo.target " : {
480
- "markdownDescription" : " Compilation target override (target triple )." ,
481
- "default" : null ,
482
- "type" : [
483
- " null " ,
484
- " string"
485
- ]
479
+ "rust-analyzer.cargo.targets " : {
480
+ "markdownDescription" : " Compilation targets override (target triples )." ,
481
+ "default" : [] ,
482
+ "type" : " array " ,
483
+ "items" : {
484
+ "type" : " string"
485
+ }
486
486
},
487
487
"rust-analyzer.cargo.unsetTest" : {
488
488
"markdownDescription" : " Unsets `#[cfg(test)]` for the specified crates." ,
You can’t perform that action at this time.
0 commit comments