dramforever/vscode-ghc-simple

Stack writes ANSI escape sequences to stderr on Windows

dramforever opened this issue · 0 comments

Status

  • A workaround is available
  • A fix is written
  • A fix is released
  • The fixed verison is on the marketplace.

Found in #47, stack writes escape sequences like \e[0m to stack ide target, causing trouble like:

Starting GHCi with: ["stack","repl","--no-load","\u001b[0mexercises:lib","exercises:test:tests\u001b[0m"]

The option --no-terminal might help, but more testing is needed.