Remove rust-analyzer.cargo.sysrootQueryMetadata config again

This commit is contained in:
Lukas Wirth 2024-12-29 15:24:52 +01:00
parent 4a03036744
commit f1c0d176f3
12 changed files with 159 additions and 252 deletions

View file

@ -871,24 +871,6 @@
}
}
},
{
"title": "cargo",
"properties": {
"rust-analyzer.cargo.sysrootQueryMetadata": {
"markdownDescription": "How to query metadata for the sysroot crate. Using cargo metadata allows rust-analyzer\nto analyze third-party dependencies of the standard libraries.",
"default": "cargo_metadata",
"type": "string",
"enum": [
"none",
"cargo_metadata"
],
"enumDescriptions": [
"Do not query sysroot metadata, always use stitched sysroot.",
"Use `cargo metadata` to query sysroot metadata."
]
}
}
},
{
"title": "cargo",
"properties": {