mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
Merge pull request #19243 from Veykril/push-qrrqsywkwyzp
Allow unsetting default cfgs
This commit is contained in:
commit
b685ada098
10 changed files with 96 additions and 64 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue