-
Notifications
You must be signed in to change notification settings - Fork 90
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
Type errors are shown only from /var/private, but not in source file #80
Comments
The same problem!!! |
This problem may be similar to this problem. If you can provide a debug log as in this haskell/haskell-ide-engine#551 (comment), it may lead to problem solving. |
@nrskt @OnlyMyRailgun Yesterday I have tried |
I can confirm that everything works great in the last master, thank you very much for a such quick reply and fix :) |
When I do some type errors in source file in VSCode, those are not shown in the Editor, although I can see its in Problems pane:
Please notice I have named not existing function
tableWithSelectors1SHOULDWARNHERE
although there is no warn in Editor, but I can see a lot of files from/var/private
in Problems on the right of the screen.I tried it with both GHC-8.2 and GHC-8.4, system is Mac OS High Sierra, I have reinstalled hie about 5 times and no success. I just do
git clone ... --recursive
, than one time I tried to checkout tohie-0.1.0.0
with no success, tried to use directly master, no success.The text was updated successfully, but these errors were encountered: