Friday, 14 July 2023

How to change error text color in vs code terminal for python

I would like to change the color of text in error to red and/or multiple color for different parts of showing error.

My Vs Code Terminal currently look this this, Example

I would like something like this made using rich module, Image Something like this of pycharm. Image, or, preferably, like Spyder's looj Spyder

Adding this "terminal.ansiRed":"#d84240" is not working



from How to change error text color in vs code terminal for python

No comments:

Post a Comment