vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Colored Terminal Output

Open waynelapierre opened this issue 4 months ago • 1 comments

Is your feature request related to a problem? Please describe. Yes. It is not straightforward for many R users to install and use radian as the R terminal in VSCode because they don't have Python installed. The default R terminal can be much more useful if warnings and error messages are colored.

Describe the solution you'd like The R package cli offers such feature. https://github.com/r-lib/cli

waynelapierre avatar Oct 06 '25 05:10 waynelapierre

colorout package is what you need.

lict99 avatar Oct 21 '25 02:10 lict99