bbenoist / vscode-vagrant

Vagrant support for Visual Studio Code
https://marketplace.visualstudio.com/items/bbenoist.Vagrant
MIT License
38 stars 16 forks source link

Console log colored output #15

Open andreascian opened 5 years ago

andreascian commented 5 years ago

I've seen that with 90312b2b4ccbc7d2ec117f304a838cd924ed47a8 you add the --no-color switch to Vagrant commands.

Is this needed because the vscode console does not support colored output? Do you think that there's a way to enable this? (maybe I can help in this development, even if I'm starting learning nodejs/ts)