vscode-haskell icon indicating copy to clipboard operation
vscode-haskell copied to clipboard

VS Code extension for Haskell, powered by haskell-language-server

Results 115 vscode-haskell issues
Sort by recently updated
recently updated
newest added

### 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...

status: needs triage

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

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...

![Screenshot 2024-12-09 at 15 55 02](https://github.com/user-attachments/assets/32c2462b-cac6-4385-919b-8e35e4efa09f) 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...

status: needs triage