mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 20:58:54 +00:00
fix: autogenerate files
This commit is contained in:
parent
1c5a125beb
commit
e9a13ab6d7
2 changed files with 12 additions and 9 deletions
|
@ -94,10 +94,10 @@ avoid checking unnecessary things.
|
||||||
--
|
--
|
||||||
Default:
|
Default:
|
||||||
----
|
----
|
||||||
{
|
[
|
||||||
"miri": null,
|
"debug_assertion",
|
||||||
"debug_assertions": null
|
"miri"
|
||||||
}
|
]
|
||||||
----
|
----
|
||||||
List of cfg options to enable with the given values.
|
List of cfg options to enable with the given values.
|
||||||
|
|
||||||
|
|
|
@ -791,11 +791,14 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"rust-analyzer.cargo.cfgs": {
|
"rust-analyzer.cargo.cfgs": {
|
||||||
"markdownDescription": "List of cfg options to enable with the given values.",
|
"markdownDescription": "List of cfg options to enable with the given values.",
|
||||||
"default": {
|
"default": [
|
||||||
"miri": null,
|
"debug_assertion",
|
||||||
"debug_assertions": null
|
"miri"
|
||||||
},
|
],
|
||||||
"type": "object"
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue