Skip to content

Commit a2ba0f4

Browse files
add option to package.json
1 parent c5364ff commit a2ba0f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

editors/code/package-lock.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,11 @@
653653
"default": true,
654654
"type": "boolean"
655655
},
656+
"rust-analyzer.inlayHints.smallerHints": {
657+
"markdownDescription": "Whether inlay hints font size should be smaller than editor's font size.",
658+
"default": true,
659+
"type": "boolean"
660+
},
656661
"rust-analyzer.lens.debug": {
657662
"markdownDescription": "Whether to show `Debug` lens. Only applies when\n`#rust-analyzer.lens.enable#` is set.",
658663
"default": true,

0 commit comments

Comments
 (0)