mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +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": {
|
"properties": {
|
||||||
"rust-analyzer.highlightingOn": {
|
"rust-analyzer.highlightingOn": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": false,
|
||||||
"description": "Highlight Rust code (overrides built-in syntax highlighting)"
|
"description": "Highlight Rust code (overrides built-in syntax highlighting)"
|
||||||
},
|
},
|
||||||
"rust-analyzer.enableEnhancedTyping": {
|
"rust-analyzer.enableEnhancedTyping": {
|
||||||
|
|
Loading…
Reference in a new issue