[Haskell-cafe] two HLS processes with same name
Tom Ellis
tom-lists-haskell-cafe-2023 at jaguarpaw.co.uk
Sat Sep 30 08:55:53 UTC 2023
On Sat, Sep 30, 2023 at 01:51:01AM -0700, Dennis Raddle wrote:
> When I first run VS Code on a Haskell workspace, there is one
> process called "haskell-language-server-9.2.8". Eventually another
> process, taking an additional 1 GB, joins it. The two processes have
> the same name.
>
> Is it supposed to work like this?
I use Emacs, not VS Code, but when I have two
"haskell-language-server" processes it's because I have opened a
second project. Is it possible that's happened for you?
For a hacky way to explore what's going on you could kill one of the
processes and see what complains.
Tom
More information about the Haskell-Cafe
mailing list