mirror of https://github.com/microsoft/vscode.git
Using correct setting value for `editor.defaultColorDecorators` (#241168)
This commit is contained in:
parent
7e0db1c4be
commit
c3e292ad16
|
@ -50,7 +50,7 @@
|
|||
"configurationDefaults": {
|
||||
"[coffeescript]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
],
|
||||
"configurationDefaults": {
|
||||
"[julia]": {
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"configurationDefaults": {
|
||||
"[python]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
],
|
||||
"configurationDefaults": {
|
||||
"[ruby]": {
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"configurationDefaults": {
|
||||
"[shellscript]": {
|
||||
"files.eol": "\n",
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": "advanced",
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
},
|
||||
"[dockercompose]": {
|
||||
"editor.insertSpaces": true,
|
||||
|
|
Loading…
Reference in New Issue