diff options
author | Ville Penttinen <[email protected]> | 2019-02-26 06:56:11 +0000 |
---|---|---|
committer | Ville Penttinen <[email protected]> | 2019-02-26 06:56:11 +0000 |
commit | 5a9a314b1083fab67669472d74b0711ba2ccdbdb (patch) | |
tree | 397e3861b7aae4925da11575bcc9ec986ddbe758 /editors/code | |
parent | 7c9acf2f834c582d9cad4f7d0679a0697c591432 (diff) |
Change default value of highlightingOn to false
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
147 | "properties": { | 147 | "properties": { |
148 | "rust-analyzer.highlightingOn": { | 148 | "rust-analyzer.highlightingOn": { |
149 | "type": "boolean", | 149 | "type": "boolean", |
150 | "default": true, | 150 | "default": false, |
151 | "description": "Highlight Rust code (overrides built-in syntax highlighting)" | 151 | "description": "Highlight Rust code (overrides built-in syntax highlighting)" |
152 | }, | 152 | }, |
153 | "rust-analyzer.enableEnhancedTyping": { | 153 | "rust-analyzer.enableEnhancedTyping": { |