From a2ba0f48467aede5a051bb1e7ac0384d8f5b7e8f Mon Sep 17 00:00:00 2001 From: Jorge Mederos Alvarado Date: Wed, 21 Apr 2021 15:09:41 -0400 Subject: add option to package.json --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index fa5632f90..97d92e43c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -653,6 +653,11 @@ "default": true, "type": "boolean" }, + "rust-analyzer.inlayHints.smallerHints": { + "markdownDescription": "Whether inlay hints font size should be smaller than editor's font size.", + "default": true, + "type": "boolean" + }, "rust-analyzer.lens.debug": { "markdownDescription": "Whether to show `Debug` lens. Only applies when\n`#rust-analyzer.lens.enable#` is set.", "default": true, -- cgit v1.2.3