Steps to Reproduce:
- add an element to
guides.indent.backgrounds in a different format than:
rgba(RRR, GGG, BBB, float:A)`
like any hex-value. eg. #RGBA or #RRGGBBAA
Actual Behaviour:
The settings-editor and -JSON will display an error:
String does not match the pattern of "rgba\s*(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*(\d(.\d+)?|.\d+)\s*)".
vs-code will display it correctly, tho.
Expected Behaviour:
that the extention should not report an error for using standard vs-code colour notation
Steps to Reproduce:
guides.indent.backgroundsin a different format than:like any hex-value. eg.
#RGBAor#RRGGBBAAActual Behaviour:
The settings-editor and -JSON will display an error:
vs-code will display it correctly, tho.
Expected Behaviour:
that the extention should not report an error for using standard vs-code colour notation