Change default value of highlightingOn to false

This commit is contained in:
Ville Penttinen 2019-02-26 08:56:11 +02:00
parent 7c9acf2f83
commit 5a9a314b10

View file

@ -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": {