The current HEAD version of HLS won't stop in-progress notifications even after it is done #1374
Labels
component: lsp
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:haskell-language-server version: 0.9.0.0 (GHC: 8.10.4) (PATH: /Users/hiromi/Documents/Programming/Haskell/git/haskell-language-server/.stack-work/install/x86_64-osx/9bf23dc043c65e317fdabc00ce9e283c450724e3fce05276ee9df9b9ace850bd/8.10.4/bin/haskell-language-server) (GIT hash: 4d431e9a7c51ab1b817476c1fec45c6cbaa676e8) Tool versions found on the $PATH cabal: 3.2.0.0 stack: 2.5.1 ghc: 8.8.4
Which lsp-client do you use: VSCode
Describe your project (alternative: link to the project): a plain simple project generated by
stack new simple
, consisting solely of a single executable.Contents of
hie.yaml
: No Cradle neededSteps to reproduce
stack new repro simple
repro/src/Main.hs
.Expected behaviour
Setting up repro...
message disappears, and the code get formatted immediately and no notification persists.Actual behaviour
Setting up...
message persists.Formatting...
appears, and one of it persists.Include debug information
Execute in the root of your project the command
haskell-language-server --debug .
and paste the logs here:Debug output:
Paste the logs from the lsp-client, e.g. for VS Code
LSP logs:
Consideration
The following error seems to appear time after time:
Hence, it can be due to some incompatibility with LSP, I guess.
The text was updated successfully, but these errors were encountered: