Using correct setting value for `editor.defaultColorDecorators` (#241168)

This commit is contained in:
Aiday Marlen Kyzy 2025-02-19 10:28:41 +01:00 committed by GitHub
parent 7e0db1c4be
commit c3e292ad16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@
"configurationDefaults": {
"[coffeescript]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": false
"editor.defaultColorDecorators": "never"
}
}
},

View File

@ -53,7 +53,7 @@
],
"configurationDefaults": {
"[julia]": {
"editor.defaultColorDecorators": false
"editor.defaultColorDecorators": "never"
}
}
}

View File

@ -50,7 +50,7 @@
"configurationDefaults": {
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": false
"editor.defaultColorDecorators": "never"
}
}
},

View File

@ -69,7 +69,7 @@
],
"configurationDefaults": {
"[ruby]": {
"editor.defaultColorDecorators": false
"editor.defaultColorDecorators": "never"
}
}
},

View File

@ -95,7 +95,7 @@
"configurationDefaults": {
"[shellscript]": {
"files.eol": "\n",
"editor.defaultColorDecorators": false
"editor.defaultColorDecorators": "never"
}
}
},

View File

@ -95,7 +95,7 @@
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": false
"editor.defaultColorDecorators": "never"
},
"[dockercompose]": {
"editor.insertSpaces": true,