-
Notifications
You must be signed in to change notification settings - Fork 326
Description
I've been having trouble lately with not seeing any colors in the output window of VSCode.
Version 1.9.0-insider
Commit 3af0e9d6b79145011a7be3970c1d4b83d69b0443
Date 2017-01-27T10:46:43.625Z
Shell 1.4.6
Renderer 53.0.2785.143
Node 6.5.0
Code Runner - version 0.6.7
I usually use IBM's Output Colorizer extension to get colors in the output, but recently I stopped seeing colors.
I started disabling extensions until the colors showed up again, and after disabling Code Runner I could see colors again.
Code Runner contributes the code-runner-output language to be able to colorize the output as well, so I think VSCode might only be able to have one language at a time for colorizing the output contents.
This is mostly just an fyi for the maintainers and others who might be having a similar issue.