Screencast: enable validation and color picker for screencastMode.mouseIndicatorColor
#105811
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
screencast-mode
verified
Verification succeeded
Milestone
Testing #105721
"screencastMode.mouseIndicatorColor": "#ff00ff"
-> there's no color decorator or color picker as for other colors
ff00ff
: No error shownYou all get that by adding
"format": "color-hex"
to the setting configuration. But css color names (red
, ...) are not supported by that.As other color settings don't support the css names either, I suggest to only support hex for consistency reasons.
The text was updated successfully, but these errors were encountered: