Merge pull request #19243 from Veykril/push-qrrqsywkwyzp

Allow unsetting default cfgs
This commit is contained in:
Lukas Wirth 2025-03-03 11:42:40 +00:00 committed by GitHub
commit b685ada098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 96 additions and 64 deletions

View file

@ -825,7 +825,7 @@
"title": "cargo",
"properties": {
"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.\n\nTo enable a name without a value, use `\"key\"`.\nTo enable a name with a value, use `\"key=value\"`.\nTo disable, prefix the entry with a `!`.",
"default": [
"debug_assertions",
"miri"