aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorWilco Kusee <[email protected]>2019-10-18 12:40:03 +0100
committerWilco Kusee <[email protected]>2019-10-18 12:45:04 +0100
commit3b61acb4ae15a1ec6071db40e09437319795db67 (patch)
tree7aad0029f3f138cc2d6a21a3051c11b57a047cf1 /editors/code/package.json
parentce4fb06dec597207324195ae62db93f53984b890 (diff)
Make inlay hint length configurable
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 },