You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the below error when trying to format a haskell file.
Failed to run brittany; see the developer tools console for details. Error: Command failed: /path/to/brittany "/path/to/Course.hs"
the input device is not a TTY
However, when I run the exact same command directly in my terminal, it works $ /path/to/brittany /path/to/Course.hs
The only relevant VSCode setting I have is "brittany.path": "/path/to/brittany"
We have our haskell app dockerized and I've seen people posting about having the same error output when using different tools related to Docker, but none of their suggestions helped so I'm hoping you can point me in the right direction.
The text was updated successfully, but these errors were encountered:
I'm getting the below error when trying to format a haskell file.
However, when I run the exact same command directly in my terminal, it works
$ /path/to/brittany /path/to/Course.hs
The only relevant VSCode setting I have is
"brittany.path": "/path/to/brittany"
We have our haskell app dockerized and I've seen people posting about having the same error output when using different tools related to Docker, but none of their suggestions helped so I'm hoping you can point me in the right direction.
The text was updated successfully, but these errors were encountered: