tsrc icon indicating copy to clipboard operation
tsrc copied to clipboard

Color issue on x64 native tools command prompt for VS 2022

Open Lecrapouille opened this issue 3 years ago • 0 comments

Environment

  • Output of tsrc version: 2.6.0
  • Operating system: Windows 10 + the "x64 native tools command prompt for VS 2022" in admin mode. (this prompt is installed with Visual Studio)

Command you ran

$ any tsrc command

Actual output

tsrc_x64prompt

Expected result

Have colors.

Personal notes:

  • Workarounds: Inside a .bat file @echo off is needed
  • Still in the .bat file code such as echo [42m [set_env] Setting environment... [0m allows to have colors.

Lecrapouille avatar Apr 24 '22 09:04 Lecrapouille