From f1e1a2c0a79cc5cdab5ee6c6af21661d8e0731d8 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 23 Mar 2021 19:04:48 +0200 Subject: Limit the hints size by default --- editors/code/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index faec45276..2b031aaa0 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -625,8 +625,8 @@ "type": "boolean" }, "rust-analyzer.inlayHints.maxLength": { - "markdownDescription": "Maximum length for inlay hints. Default is unlimited.", - "default": null, + "markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.", + "default": 20, "type": [ "null", "integer" -- cgit v1.2.3