mvoidex / hsdev

Haskell development tool
BSD 3-Clause "New" or "Revised" License
130 stars 23 forks source link

Option to disable coloredLine/ANSI terminal output #81

Closed bscottm closed 6 years ago

bscottm commented 6 years ago

Need an option to disable colored ANSI terminal output, especially for SublimeText's console, where the escape sequences are visually distracting.

It's probably fine for something like hsdev listen. For the primary use case, ST3, it's going to be a problem for user issue reports.

mvoidex commented 6 years ago

Uploaded hsdev-0.3.1.3 with --no-color flag

moodmosaic commented 6 years ago

I just updated to hsdev-0.3.1.3 but still see garbage. Perhaps I need to specify the --no-color flag somewhere(?) /cc @bscottm

image

moodmosaic commented 6 years ago

I just saw https://github.com/SublimeHaskell/SublimeHaskell/pull/386/commits/1e8d2e04d27d45509a7e7de6751bbe2314eff4e5, so I'll pull the latest and retry.