aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/package.json2
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": {