mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 22:42:35 +01:00
Using correct setting value for editor.defaultColorDecorators (#241168)
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
"configurationDefaults": {
|
||||
"[python]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.defaultColorDecorators": false
|
||||
"editor.defaultColorDecorators": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user