vscode-code-runner
vscode-code-runner copied to clipboard
[Bug] Ansi Color not showing
Please note that Ansi color is disabled on Windows OS using VScode. Although enabling it on the windows terminal, it is still not working on the output panel related to code runner
example: working with python module "gym": when rendering the environment:
I'm seeing the same on Mac OS, I'm using it to run my mocha tests but the ANSI formatting is not being persisted in the OUTPUT tab.
Same problem with a ts-node script that runs PNPM
Lockfile is up to date, resolution step is skipped Packages: [32m+26[39m [32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m[32m+[39m
Same here.
For now the workaround is to enable "Run In Terminal".