diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-03-03 11:42:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 11:42:40 +0000 |
| commit | 73e0fe15454f5e2c445a23183fbf61269a20cb5b (patch) | |
| tree | 9270b47eaa5d07cc6685d6c6eb4c31cd9553621b /src/tools/rust-analyzer/editors/code | |
| parent | 6610e60175f772dc3c193530957ad72ac8b27529 (diff) | |
| parent | 66368aa629ff844aa6e92ed49dc6ed12bc65f4e5 (diff) | |
| download | rust-73e0fe15454f5e2c445a23183fbf61269a20cb5b.tar.gz rust-73e0fe15454f5e2c445a23183fbf61269a20cb5b.zip | |
Merge pull request #19243 from Veykril/push-qrrqsywkwyzp
Allow unsetting default cfgs
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 587ae92520b..9df41c7487c 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -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" |
