Started rust-analyzer.cargo.defaultTarget implementation

This commit is contained in:
Christophe MASSOLIN
2020-04-27 00:11:04 +02:00
parent 5671bacfa6
commit b7edffe244
3 changed files with 21 additions and 0 deletions

View File

@@ -237,6 +237,14 @@
"default": false,
"markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs"
},
"rust-analyzer.cargo.rustc.defaultTarget": {
"type": [
"null",
"string"
],
"default": null,
"description": "Specify the default target"
},
"rust-analyzer.rustfmt.extraArgs": {
"type": "array",
"items": {