Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 504185fc22..88a382f1fb 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1154,7 +1154,7 @@ }, "rust-analyzer.hover.show.adtFieldsOrVariants": { "markdownDescription": "How many fields or variants of an ADT (struct, enum or union) to display when hovering on. Show none if empty.", - "default": 10, + "default": 5, "type": [ "null", "integer" |