Skip to content
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

Terminal colours show as escape sequences for python #47097

Closed
ztolley opened this issue Apr 2, 2018 · 1 comment
Closed

Terminal colours show as escape sequences for python #47097

ztolley opened this issue Apr 2, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@ztolley
Copy link

ztolley commented Apr 2, 2018

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:

  1. Install python 3.5,x
  2. Install Django (pip install django)
  3. Create a django project (django-admin startproject test)
  4. Open the project in vscode
  5. Open a powershell integrated terminal and enter 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

terminal1

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Apr 2, 2018
@Tyriar
Copy link
Member

Tyriar commented Apr 2, 2018

Tracked in #45693

@Tyriar Tyriar closed this as completed Apr 2, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 2, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

2 participants