-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error in vscode: "gcc.exe' failed in phase
C pre-processor'. (Exit code: 1)"
#47
Comments
To add more context to this issue and how to reproduce it: Steps to reproduce: git clone https://github.com/mpickering/haskell-ide-engine hie
cd hie/install
code . or, if project is already cloned cd <path-to-haskell-ide-engine>/install
rm -rf .stack-work/ dist-newstyle/ dist/
code . where In the project EDIT: adding a |
Thanks for summarize the bug @fendor. |
What @bubba is observing may or may not be a different issue :( |
i think it is caused by using
To check it we should execute the ghc command with the args shown in the log, after deleting |
|
Closed in favour of haskell#1519 |
haskell-ide-engine/install
folder with the lastest hie-bios branchThe posible fix could involve handle that exception inrunActionWithContext
(thanks for point it out @mpickering)The text was updated successfully, but these errors were encountered: