mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Add rust-analyzer.checkOnSave.target to package.json
This commit is contained in:
parent
8146700f82
commit
e9f5585724
1 changed files with 8 additions and 0 deletions
|
@ -350,6 +350,14 @@
|
||||||
"default": null,
|
"default": null,
|
||||||
"description": "List of features to activate. Defaults to `rust-analyzer.cargo.features`."
|
"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": {
|
"rust-analyzer.cargoRunner": {
|
||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
|
|
Loading…
Reference in a new issue