No warnings even if correct options are set in cabal file #494
Labels
component: ghcide
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Subject of the issue
There are no warning in vscode though when running
cabal run
they are presentYour environment
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
haskell-language-server version: 0.5.0.0 (GHC: 8.10.2) (PATH: /Users/arthur/Library/Application Support/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.5.0-darwin-8.10.2) (GIT hash: 14497f2)
Tool versions found on the $PATH
cabal: 3.2.0.0
stack: 2.3.3
ghc: 8.10.2
Steps to reproduce
Create a function which should generate warning about in-exhaustive pattern matching.
Output of
cabal run
:Expected behaviour
VS Code should notify about incomplete pattern matching
Actual behaviour
VS Code ignores all warnings
Include debug information
Execute in the root of your project the command
haskell-language-server --debug .
and paste the logs here:Debug output:
The text was updated successfully, but these errors were encountered: