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
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"
}
}
},