Skip to content

Commit 9e9412c

Browse files
committed
Hide type size information by default
1 parent a2e2741 commit 9e9412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
},
10901090
"rust-analyzer.hover.memoryLayout.enable": {
10911091
"markdownDescription": "Whether to show memory layout data on hover.",
1092-
"default": true,
1092+
"default": false,
10931093
"type": "boolean"
10941094
},
10951095
"rust-analyzer.hover.memoryLayout.niches": {

0 commit comments

Comments
 (0)