From 5e83a56dfb69320b4fe3a980a1d1b79bab301894 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 23 Mar 2021 19:43:55 +0200 Subject: Bump the default hint length --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code') diff --git a/editors/code/package.json b/editors/code/package.json index 2b031aaa0..d263610f5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -626,7 +626,7 @@ }, "rust-analyzer.inlayHints.maxLength": { "markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.", - "default": 20, + "default": 25, "type": [ "null", "integer" -- cgit v1.2.3