Setting defaultColorDecorators setting to false for languages that use # for start of comments (#233303)

adding default setting for default color decorators for some languages
This commit is contained in:
Aiday Marlen Kyzy
2024-11-07 11:41:05 +01:00
committed by GitHub
parent 3d8a6051f3
commit b73c976b2a
6 changed files with 20 additions and 6 deletions

View File

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