vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
### Your environment Which OS do you use: Linux wattwil 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux ### Steps to reproduce starting or restarting Haskell LSP fails. the...
Whenever I add dependency to cabal, I have to restart VS Code so that the plugin can see it and doesn't display missing imports and other errors. `cabal build` or...
Type: Bug To reproduce: Create a new file with ``` #!/usr/bin/env stack -- stack script --snapshot lts-22.28 main = (putStrLn "Hello World") ``` Mouseover the redundant brackets > Quick fix...
 Maybe `nub` before displaying? How am I supposed to choose out of a list of 4 identical things? (Or, if they are not identical,...
### Your environment Which OS do you use: NixOS ### Steps to reproduce 1. Introduce an error in your .cabal file. 2. Restart HLS ### Expected behaviour The error should...