vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

Conflicts with Output Colorizer extension

Open adenflorian opened this issue 8 years ago • 8 comments

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.

adenflorian avatar Jan 28 '17 02:01 adenflorian

Hi @AdenFlorian , thanks for reporting this issue! I have reported this to VS Code team for help.

formulahendry avatar Jan 29 '17 09:01 formulahendry

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.

Yzrsah avatar Dec 08 '18 03:12 Yzrsah

I have the same problem.

ladyrick avatar Jan 15 '19 06:01 ladyrick

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.

mohsenkhanpour avatar Aug 19 '19 14:08 mohsenkhanpour

Depends on https://github.com/microsoft/vscode/issues/19561

formulahendry avatar Aug 20 '19 02:08 formulahendry

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.

AEVJordan avatar Sep 28 '22 01:09 AEVJordan

@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.

raphaelsetin avatar Mar 08 '23 18:03 raphaelsetin

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

frabera avatar Jan 13 '24 16:01 frabera