mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Using correct setting value for editor.defaultColorDecorators (#241168)
This commit is contained in:
committed by
GitHub
parent
7e0db1c4be
commit
c3e292ad16
@@ -50,7 +50,7 @@
|
||||
"configurationDefaults": {
|
||||
"[coffeescript]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user