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
Run npm run start in both VSCode and your OS's built-in terminal
This is a screenshot from VSCode:
This is a screenshot from iTerm2:
As you can see, VSCode isn't rendering the text as blue when it is on the red background (or any other color for that matter), but it is rendering the text as blue when it is on the black background. In iTerm2 and Terminal, everything renders as expected.
This is the case across all themes, from what I can tell.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.69.2. Please try upgrading to the latest version and checking whether this issue remains.
This is very interesting — when printing ANSI codes raw in the terminal (generated here), some of the text color is poking through but it is very muted (as if the background color is actually overlaying the text or the text is transparent).
Using a color picker in the center of one of the Xs on each line, this is what the actual colors are rendering as:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
npm run start
in both VSCode and your OS's built-in terminalThis is a screenshot from VSCode:
This is a screenshot from iTerm2:
As you can see, VSCode isn't rendering the text as blue when it is on the red background (or any other color for that matter), but it is rendering the text as blue when it is on the black background. In iTerm2 and Terminal, everything renders as expected.
This is the case across all themes, from what I can tell.
The text was updated successfully, but these errors were encountered: