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
Default value for hcDark in editorBracketHighlight.unexpectedBracket.foreground should be new Color(/* */), but it was accidentally wrapped in a string like 'new Color(/* */)'.
Default value for
hcDark
ineditorBracketHighlight.unexpectedBracket.foreground
should benew Color(/* */)
, but it was accidentally wrapped in a string like'new Color(/* */)'
.vscode/src/vs/editor/common/core/editorColorRegistry.ts
Line 83 in 2bdb3e9
The text was updated successfully, but these errors were encountered: