From 3b61acb4ae15a1ec6071db40e09437319795db67 Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Fri, 18 Oct 2019 13:40:03 +0200 Subject: Make inlay hint length configurable --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors/code/package.json') 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 @@ "type": "boolean", "default": true, "description": "Display additional type information in the editor" + }, + "rust-analyzer.maxInlayHintLength": { + "type": "number", + "default": 20, + "description": "Maximum length for inlay hints" } } }, -- cgit v1.2.3