haskell-language-server icon indicating copy to clipboard operation
haskell-language-server copied to clipboard

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

Results 505 haskell-language-server issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** I just spent a long time troubleshooting why I was getting diagnostics for incomplete patterns despite explicitly disabling the incomplete-patterns...

type: bug
type: enhancement
component: wingman

Lately we got a bunch of experience how to treat the GitHub CI. There is a number of recommendations to formulate, to form an understanding how to maintain CI properly...

type: enhancement
CI
build tool: cabal

* Opening a single file require to have ghc in path * However stack users can do a `stack repl` to load those files (stack uses the global project configuration)...

type: enhancement
component: hie-bios
component: implicit-hie

# Overview Oftentimes I will change code in the library component of a project, and then fix the test suite by following compiler errors. However, this doesn't work for me...

type: bug
component: hie-bios
status: blocked
build tool: stack

### Your environment Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`: ```sh I ~/.c/C/U/g/haskell.haskell > ./haskell-language-server-wrapper-0.9.0-linux --probe-tools 2021年02月05日 05時14分36秒 haskell-language-server version: 0.9.0.0 (GHC: 8.10.1) (PATH: /home/pe200012/.config/Code - Insiders/User/globalStorage/haskell.haskell/haskell-language-server-wrapper-0.9.0-linux) (GIT hash: 46d2a3dc7ef49ba57b2706022af1801149ab3f2b)...

type: bug
component: hls-eval-plugin

Given Ghcide HEAD, Windows, GHC 8.6.5, 64bit, VS Code and HLint HEAD (https://github.com/ndmitchell/hlint 90dde61ab2039597709e20f444a369d3a1f791b5) I get an error. `ghcide` on the command line works fine. However,, if I: * Open...

type: bug
component: ghcide

The guide should include imo * [ ] A description of the policy followed by maintainers about code reviews and merges of pull requests * [ ] With a description...

type: bug
type: enhancement

I've had haskell-language-server crashing all the time for the past month over all my multicradle projects. I've switched to using the flake (thanks for making that !) and I wonder...

type: bug
type: enhancement
type: support
os: nixos

### Your environment Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`: ```sh haskell-language-server version: 1.1.0.1 (GHC: 8.8.4) (PATH: /home/jhrcek/.local/bin/haskell-language-server) (GIT hash: 0cc89d209791c4bc200bf582f0e5f2a8b2465220) Tool versions found on the $PATH cabal: 3.4.0.0 stack:...

type: bug
type: enhancement
type: support
component: lsp

* From https://github.com/haskell/haskell-language-server/issues/2057#issuecomment-890901429 * Code action code is here: https://github.com/haskell/haskell-language-server/blob/2fef04193cfe2ac08372a008a5b5cfb6275d5bea/ghcide/src/Development/IDE/Plugin/CodeAction.hs#L322 * Maybe we could add the feature in the README and note htat you have to enable that warning (or...

type: enhancement