Inconsistent formatting in integrated terminal (powershell formatting 'bleed-through') #40190
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
I have been having this issue with the vscode integrated terminal for probably 6 months now. The terminal appears to become 'corrupted' while running scripts like webpack or jest running in the terminal. Powershell formatting settings appear to 'bleed through' and make the terminal unreadable. I have reinstalled VScode with no effect as well as reset powershell's formatting settings with 'Set-PSReadlineOption -ResetTokenColors` to no effect.
I am not using any terminal setting that I am aware of and using Dark+ (default dark), which I believe to be completely stock. (I've tried every setting that I can think of.) The problem will persist with other themes.
Here is what it looks like:
I believe that I have identified a workaround by enabling 'legacy mode' in powershell, which can be done by opening a full powershell and choosing properties > options > 'Use legacy console (requires relaunch)'.
As demonstrated here:
This appears to resolve the immediate issue, however, if one attempts to use bash, you will now receive the error: 'Unsupported console settings. In order to use this feature the legacy console must be disabled.'
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: