5909: Add rust-analyzer.checkOnSave.target to package.json r=matklad a=lnicola

This was already implemented, but it's missing from the manifest.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2020-08-29 14:46:53 +00:00 committed by GitHub
commit 7879fc37fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,6 +350,14 @@
"default": null,
"description": "List of features to activate. Defaults to `rust-analyzer.cargo.features`."
},
"rust-analyzer.checkOnSave.target": {
"type": [
"null",
"string"
],
"default": null,
"description": "Check for a specific target. Defaults to `rust-analyzer.cargo.target`."
},
"rust-analyzer.cargoRunner": {
"type": [
"null",