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 b9982c624..35211bcc2 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -260,6 +260,11 @@
260 "type": "boolean", 260 "type": "boolean",
261 "default": true, 261 "default": true,
262 "description": "Display additional type information in the editor" 262 "description": "Display additional type information in the editor"
263 },
264 "rust-analyzer.maxInlayHintLength": {
265 "type": "number",
266 "default": 20,
267 "description": "Maximum length for inlay hints"
263 } 268 }
264 } 269 }
265 }, 270 },