-1
I’m intending to migrate from pycharm to VS Code. It’s just that there’s something going wrong. Something that was enough as I use in pycharm to make the text more friendly, misses the use of certain sequences of the ASCII pattern, as:
"\033[1m" = bold
"\033[4m" = sublimated
between others (even change the color of the text and the background).
This is unfortunately not interpreted by the VS Ccode terminal. How can I resolve this?
Thank you, it doesn’t work as well as pycharm, but it works. So I was researching it works better with the UNIX standard...
– Luis Felipe Amorim