From 6f239a581a0acf8d1c3f26da68146c5c1ea7d4f2 Mon Sep 17 00:00:00 2001 From: Matt Hooper Date: Mon, 23 Mar 2020 23:32:50 +0100 Subject: Extension types and rendering --- 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 1d113ebb6..37e083220 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -333,6 +333,11 @@ "default": true, "description": "Whether to show inlay type hints" }, + "rust-analyzer.inlayHints.chainingHints": { + "type": "boolean", + "default": true, + "description": "Whether to show inlay type hints for method chains" + }, "rust-analyzer.inlayHints.parameterHints": { "type": "boolean", "default": true, -- cgit v1.2.3