vscode-code-runner
vscode-code-runner copied to clipboard
Fix vs code global output coloring+links detection conflicts
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.
Can anyone merge this PR? @formulahendry