This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
haskell-lsp startup blocked #1133
Closed
Description
Hi.
I blocked installing hie for one week. It seems installed successful, but when "go to declearation" or "rename", nothing happend.
environment:
windows 10
vscode
ghc 8.4.4
hie 0.7.0.0
Because of nothing happening. I run hie-wrapper in powershell. The log is shown as follow.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\liuzichao\Desktop\first-project> hie-wrapper.exe -d
2019-03-13 21:14:54.8289405 [ThreadId 3] - run entered for hie-wrapper(hie-wrapper.exe) Version 0.7.0.0 (2480 commits) x86_64 ghc-8.6.4
2019-03-13 21:14:54.8329294 [ThreadId 3] - Current directory:C:\Users\liuzichao\Desktop\first-project
2019-03-13 21:14:55.6846884 [ThreadId 3] - Cradle directory:C:\Users\liuzichao\Desktop\first-project
2019-03-13 21:14:55.6886414 [ThreadId 3] - Using stack GHC version
2019-03-13 21:14:55.9230147 [ThreadId 3] - Project GHC version:8.4.4
2019-03-13 21:14:55.9250089 [ThreadId 3] - hie exe candidates :["hie-8.4.4.exe","hie-8.4.exe","hie.exe"]
2019-03-13 21:14:55.9270031 [ThreadId 3] - found hie exe at:C:\Users\liuzichao\AppData\Roaming\local\bin\hie-8.4.4.exe
2019-03-13 21:14:55.9289977 [ThreadId 3] - args:["-d"]
2019-03-13 21:14:55.9299951 [ThreadId 3] - launching ....
2019-03-13 21:14:56.22022 [ThreadId 3] - Using stack GHC version
2019-03-13 21:14:56.4506035 [ThreadId 3] - Run entered for HIE(hie-8.4.4.exe) Version 0.7.0.0, Git revision 959ddf6c397e124722154d29178decaacf987109 (2466 commits) x86_64 ghc-8.4.4
2019-03-13 21:14:56.4555907 [ThreadId 3] - Current directory:C:\Users\liuzichao\Desktop\first-project
2019-03-13 21:14:56.4575854 [ThreadId 3] -
haskell-lsp:Starting up server ...
I think haskell-lsp caused this stuck. After stack install haskell-lsp, and run lsp-hello.exe, nothing changed shown in tmp/lsp-hello.log
2019-03-13 19:42:53.9254962 [ThreadId 1] -
haskell-lsp:Starting up server ...
Please help me, thanks!