Some modules in cabal package does not get error checked on save and does not show any messages in the "Problems" tab.
First off, thanks for taking the time to make such a good haskell plugin for VS Code. It has certainly removed a lot of friction from my previous Vim/plugins setup.
-
Bug description : I have set up Intero following the install guide. It works beautifully on my stack/cabal package. The other day I opened a module I have not edited in a long time. To my surprise, when I edit this module I get no compilation errors, syntax errors etc. All other modules I have edited in my package does get this. Is there some caveat in my configuration that could lead to this? As far as I understand there is nothing special with the module that does not receive warnings and errors.
-
Observed behaviour : At least one of the modules in my stack/cabal package does not receive GHC-warning, GHC compile errors etc. All others do so.
-
Expected behaviour : All modules should receive GHC-warnings and compile errors.
-
OS: linux (Ubuntu 16.04.2 LTS)
-
Plugin (ghc, stack, intero and haskero) version and VSCode version used :
- Stack: Version 1.4.0, Git revision e714f1dd3fade19496d91bd6a017e435a96a6bcd (4640 commits) x86_64 hpack-0.17.0
- Ghc: 8.0.2
- Intero: 0.1.20
- Haskero: 1.3.1
-
Steps to reproduce:
As my code is not open source at the moment and I have no clue what causes this behavior I have not made the effort to make a live example of the bug that I can distribute.