Skip to content

Name of executable (why -wrapper?) #101

@Profpatsch

Description

@Profpatsch

lsp-haskell/lsp-haskell.el

Lines 162 to 166 in 5d3f481

(defcustom lsp-haskell-server-path
"haskell-language-server-wrapper"
"The language server executable. Can be something on the $PATH (e.g. 'ghcide') or a path to an executable itself."
:group 'lsp-haskell
:type 'string)

I am trying to set up the haskell-language-server, and I’m wondering why the default executable name in this module is called haskell-language-server-wrapper instead of just haskell-language-server. As far as I can see the latter is how hls expects users to call the binary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions