vscode-code-runner
vscode-code-runner copied to clipboard
Conflicts with Output Colorizer extension
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.
Hi @AdenFlorian , thanks for reporting this issue! I have reported this to VS Code team for help.
The IBM OutputColorizer extension is extremely useful and I've become accustomed to the extra functionality provided by its highlighting.
Due to this problem, I have never been able to use Code Runner.
I have the same problem.
Any news on this issue? I checked just today and it still exits. It would be great to pass an option to disable output highlighting for code-runner.
Depends on https://github.com/microsoft/vscode/issues/19561
Depends on microsoft/vscode#19561
Microsoft seems to have closed https://github.com/microsoft/vscode/issues/19561 with an API to specify output channels.
Any update on the Code Runner end? Because I just confirmed (discovered the hard way) the issue still exists, Code Runner disables Output Colorizer.
@formulahendry Any news on this issue? Many people use Code Runner and it's very bad that people have to disable it indefinitely until they need to use it, otherwise the Output Colorizer plugin would not work on a day to day basis.
As @AEVJordan noted:
Microsoft seems to have closed https://github.com/microsoft/vscode/issues/19561 with an API to specify output channels.
I published a PR here https://github.com/formulahendry/vscode-code-runner/pull/1092, it solves both coloring and link detection errors and makes it compatible with colorizer extensions. @formulahendry