You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the dark variants include an array of colors for symbolicon.constant when the schema expects a string. VS Code ignores the invalid value (the constant icon displays as white), but other libraries/tools may fail to parse the theme because of that value.
Enable one of the affected dark variants in VS Code.
Open a new python document and enter the following:
MY_CONST="val"
Open the command palette and activate Explorer: Focus on Outline View
Check the outline view in the bottom-left corner and you'll see that MY_CONST's icon is white because the array of green colors associated with symbolicon.constant in the theme is an invalid value.
Version
v6.3.5
Theme
GitHub Dark High Contrast, GitHub Dark Default, GitHub Dark Colorblind, GitHub Dark Dimmed, GitHub Dark
The text was updated successfully, but these errors were encountered:
Description
Most of the dark variants include an array of colors for
symbolicon.constant
when the schema expects a string. VS Code ignores the invalid value (the constant icon displays as white), but other libraries/tools may fail to parse the theme because of that value.(see shikijs/shiki#894).
Steps to reproduce
Explorer: Focus on Outline View
MY_CONST
's icon is white because the array of green colors associated withsymbolicon.constant
in the theme is an invalid value.Version
v6.3.5
Theme
GitHub Dark High Contrast, GitHub Dark Default, GitHub Dark Colorblind, GitHub Dark Dimmed, GitHub Dark
The text was updated successfully, but these errors were encountered: