mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 17:12:53 +00:00
Change default value of highlightingOn to false
This commit is contained in:
parent
7c9acf2f83
commit
5a9a314b10
@ -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 New Issue
Block a user