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

Fix vs code global output coloring+links detection conflicts

Open frabera opened this issue 2 years ago • 1 comments

It fixes the conflicts generated by the extension in the output window (broken coloring and clickable link detection), also it allows to use output coloring extensions such as https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer and https://marketplace.visualstudio.com/items?itemName=SteveBushResearch.BuildOutputColorizer.

I updated the minimum vs code version to v1.66 and typescript to v4 to fix compiling errors due to the new vsc API used.

frabera avatar Jan 13 '24 16:01 frabera

Can anyone merge this PR? @formulahendry

Social-Mean avatar Nov 11 '25 06:11 Social-Mean