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

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