mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Change default value of highlightingOn to false
This commit is contained in:
parent
7c9acf2f83
commit
5a9a314b10
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue