From 5a9a314b1083fab67669472d74b0711ba2ccdbdb Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Tue, 26 Feb 2019 08:56:11 +0200 Subject: Change default value of highlightingOn to false --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index caec5a418..d4ce2ae2c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -147,7 +147,7 @@ "properties": { "rust-analyzer.highlightingOn": { "type": "boolean", - "default": true, + "default": false, "description": "Highlight Rust code (overrides built-in syntax highlighting)" }, "rust-analyzer.enableEnhancedTyping": { -- cgit v1.2.3