tsrc
tsrc copied to clipboard
Color issue on x64 native tools command prompt for VS 2022
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

Expected result
Have colors.
Personal notes:
- Workarounds: Inside a .bat file
@echo offis needed - Still in the .bat file code such as
echo [42m [set_env] Setting environment... [0mallows to have colors.