mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
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:
committed by
GitHub
parent
3d8a6051f3
commit
b73c976b2a
@@ -94,7 +94,8 @@
|
||||
],
|
||||
"configurationDefaults": {
|
||||
"[shellscript]": {
|
||||
"files.eol": "\n"
|
||||
"files.eol": "\n",
|
||||
"editor.defaultColorDecorators": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user