Terminal colours show as escape sequences for python #47097
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
vscode: 1.21.1
OS: Windows 10 1803 17133.1
Does this issue occur when all extensions are disabled?: Yes
Steps to reproduce in terminal:
python manage.py
Expected
The list of admin commands should be displayed with section headings in red, surrounded by brackets.
In the native PowerShell terminal, the text stays all white and the colours are ignored. In conemu in a PowerShell terminal, the colours are shown.
Actual
The list of commands is displayed but before and after the brackets an escape sequence is shown. This is the code used to tell the terminal to use red.
e.g. ?[31m[django]?[0m
The text was updated successfully, but these errors were encountered: