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.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 5ae050110..4b719aada 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -270,6 +270,11 @@
270 "type": "boolean", 270 "type": "boolean",
271 "default": true, 271 "default": true,
272 "description": "Display additional type information in the editor" 272 "description": "Display additional type information in the editor"
273 },
274 "rust-analyzer.maxInlayHintLength": {
275 "type": "number",
276 "default": 20,
277 "description": "Maximum length for inlay hints"
273 } 278 }
274 } 279 }
275 }, 280 },