diff options
author | Kirill Bulatov <[email protected]> | 2021-03-23 17:43:55 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-03-23 17:43:55 +0000 |
commit | 5e83a56dfb69320b4fe3a980a1d1b79bab301894 (patch) | |
tree | 73630a398f1ae6d579e57444406534e7012d3b9c /editors | |
parent | f1e1a2c0a79cc5cdab5ee6c6af21661d8e0731d8 (diff) |
Bump the default hint length
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
626 | }, | 626 | }, |
627 | "rust-analyzer.inlayHints.maxLength": { | 627 | "rust-analyzer.inlayHints.maxLength": { |
628 | "markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.", | 628 | "markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.", |
629 | "default": 20, | 629 | "default": 25, |
630 | "type": [ | 630 | "type": [ |
631 | "null", | 631 | "null", |
632 | "integer" | 632 | "integer" |