You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/code/package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1119,6 +1119,15 @@
1119
1119
}
1120
1120
]
1121
1121
},
1122
+
"rust-analyzer.hover.show.traitAssocItems": {
1123
+
"markdownDescription": "How many associated items of a trait to display when hovering a trait.",
1124
+
"default": null,
1125
+
"type": [
1126
+
"null",
1127
+
"integer"
1128
+
],
1129
+
"minimum": 0
1130
+
},
1122
1131
"rust-analyzer.imports.granularity.enforce": {
1123
1132
"markdownDescription": "Whether to enforce the import granularity setting for all files. If set to false rust-analyzer will try to keep import styles consistent per file.",
1124
1133
"default": false,
@@ -1648,15 +1657,6 @@
1648
1657
"default": true,
1649
1658
"type": "boolean"
1650
1659
},
1651
-
"rust-analyzer.traitItemDisplayNum": {
1652
-
"markdownDescription": "How many trait item display on hover.",
0 commit comments