From a153b9087520012b5f815b4df6c3657d490b30c8 Mon Sep 17 00:00:00 2001 From: Steffen Lyngbaek Date: Thu, 12 Mar 2020 08:43:07 -0700 Subject: Make maxLength nullable again --- editors/code/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 296d6fe8e..78f3539e9 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -318,7 +318,10 @@ "description": "Whether to show function parameter name inlay hints at the call site" }, "rust-analyzer.inlayHints.maxLength": { - "type": "integer", + "type": [ + "null", + "integer" + ], "default": 20, "minimum": 0, "exclusiveMinimum": true, -- cgit v1.2.3