-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANSI Escape Sequence (displaying true color) didn't work on Terminal #231628
Comments
I tried these settings but the problem still remains: "terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.minimumContrastRatio": 1, |
simple test: type hello.txt download hello.txt |
I'm experiencing a similar issue; the debug console does not display ANSI escape codes. Running on macOS 15.1 (arm64). |
Can you share the code? |
Hi everyone! |
Ah the second set of screenshots threw me off. Can you share the code that produces the output in your original screenshot? |
I've already attached the |
This issue seems to originate from an upstream component and is not something VSCode can fix by making a change to our code. As such, I will go ahead and close it. Please try to reproduce in Windows Terminal and report to microsoft/terminal with repro steps. If you cannot reproduce in Windows Terminal, chances are it's fixed in a later version of Windows. You can read more about how we consume conpty here. Additionally, soon we plan on shipping conpty v2 with VS Code which should bring our behavior in line with Windows Terminal. Thanks for understanding. /label upstream terminal-conpty windows |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The ANSI Escape sequence didn't work as expected on Terminal panel. RGB Color didn't work, but Bold or Dim are fine. See the screenshot bellow.
The same output, Debug Console displayed correctly:
But Terminal displayed incorrectly:
The text was updated successfully, but these errors were encountered: