lechuckroh / task-intellij-plugin

IntelliJ IDEA plugin for go-task run configuration
14 stars 1 forks source link

Some colors are removed when running task via plugin #8

Open sedyh opened 6 months ago

sedyh commented 6 months ago

Hi, I noticed that running the task through the plugin removes faint colors from the output.

The command uses ansii faint and ansii reset codes.

echo -e "\e[2m wow \e[0m"

shift+f10

image

task app image

lechuckroh commented 6 months ago

@sedyh Thank you for reporting. I’ll check out how to fix it..