diff --git a/editors/code/package.json b/editors/code/package.json index caec5a41807..d4ce2ae2cec 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": {