-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin tries to use stty on Windows 10 #53
Comments
Note, the bug report issue template has a typo in
|
I'm sure it's This
Noted! |
Yeah, most likely. Since this one did not work for me and both of them have the same error I thought that Hie would also be the same, but it seems that Hie does work after you give it some time. |
Trying the purescript compiler fails for me too, but with a completely different error. Somehow the REPL is configured to use But the Log
|
Oh your error message is caused by |
Sorry for the extremely delayed response. I've recently started working on supporting multi-component/multi-package projects. I think your issue might be helped by this. I am still trying to figure out if this means test targets will work correctly, but hopefully they will be fixed, at least along the way. If you haven't abandoned vscode-ghc-simple, please consider testing out development versions of the In short, you will need to install a development version of the Not everything is well-supported yet, but hopefully simple multi-component or multi-package setups will work. The same file should also help out those who use ghcide. Many projects already have an Thanks for considering helping out! |
1 similar comment
Sorry for the extremely delayed response. I've recently started working on supporting multi-component/multi-package projects. I think your issue might be helped by this. I am still trying to figure out if this means test targets will work correctly, but hopefully they will be fixed, at least along the way. If you haven't abandoned vscode-ghc-simple, please consider testing out development versions of the In short, you will need to install a development version of the Not everything is well-supported yet, but hopefully simple multi-component or multi-package setups will work. The same file should also help out those who use ghcide. Many projects already have an Thanks for considering helping out! |
Released in v0.2.0 |
Status
stty
can be safely ignored. If it is however causing problems for you please reply below.Version: 1.43.0 (user setup)
Commit: 78a4c91400152c0f27ba4d363eb56d2835f9903a
Date: 2020-03-09T19:47:57.235Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.17763
Steps to reproduce
Build the Purs compiler then try to open "src\Language\PureScript.hs". I get the following error, probably because I am using Windows 10 and it is trying to use
stty
.The text was updated successfully, but these errors were encountered: