Skip to content

Include hls ./install script when loading haskell-language-server with itself #145

Closed
@jneira

Description

@jneira
  • From Failing to use haskell-language-server on itself #121
  • The install script lives under the subdirectory install and it does not belong to the main project (it is not a component or a subppackage of hls)
    • This was on purpose, to isolate it and use its own dependencies, resolver, etc
  • So if you load haskell-language-server on itself it is not able to load the install script, even if you add it in the hie.yaml
  • The workaround is open directly the install subdir in other editor window
  • @sir4ur0n suggested that it would be better to make possible open all the haskell code in the same editor "session"
    • though a change in hie-bios to make it able to load different stack (and cabal) projects with the same config

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions