mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Using correct setting value for editor.defaultColorDecorators (#241168)
This commit is contained in:
committed by
GitHub
parent
7e0db1c4be
commit
c3e292ad16
@@ -95,7 +95,7 @@
|
||||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": "advanced",
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
},
|
||||
"[dockercompose]": {
|
||||
"editor.insertSpaces": true,
|
||||
|
||||
Reference in New Issue
Block a user