aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
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"