Add "format : color" to Schema color items (#3530)

Enables VS Code to recognize color-typed settings and show a color decorator in the editor.
This commit is contained in:
TheBrain0110 2019-11-20 17:55:36 -05:00 committed by Carlos Zamora
parent ffad815f4a
commit 6dec0b66d2

View file

@ -6,7 +6,8 @@
"Color": {
"default": "#",
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$",
"type": "string"
"type": "string",
"format": "color"
},
"ProfileGuid": {
"default": "{}",