From 9ccc56860107ed46f3abdc0f7c0d53766a3eded2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Ochagav=C3=ADa?= Date: Sat, 6 Oct 2018 22:53:12 +0200 Subject: Dynamically apply highlightingOn config Fixes #84 --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 305d6eaf1..9f05fe91a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -111,7 +111,7 @@ ], "configuration": { "type": "object", - "title": "Rust Analyzer configuration", + "title": "Rust Analyzer", "properties": { "ra-lsp.highlightingOn": { "type": "boolean", -- cgit v1.2.3