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

Since I'm a newbie, I had a hard time understanding how to set the path to HLS executable. It was assumed (but not written) that it should be done in...

Addresses issue #300 ### How to test: Set "Haskell: Ignore Standalone" option to `true` ![image](https://user-images.githubusercontent.com/7870080/109287218-5edb6080-7834-11eb-9091-22528c47e355.png) Open Haskell project and check that there's only one HLS instance: ![image](https://user-images.githubusercontent.com/7870080/109287371-86322d80-7834-11eb-83fb-8c52c726fbc4.png) Create a new...

When working on a new HLS feature, it is common to want to add some settings. Ideally, these eventually are exposed as proper settings in the extension, but when hacking...

type: enhancement

A minor but nice feature I would like to propose is to automatically add `-- ` on the new line when pressing "enter" in a comment/documentation. Example (cursor position represented...

type: enhancement
status: blocked upstream

https://github.com/haskell/vscode-haskell/blob/49321941dd38a4479b29ecf4a657f8392fd04b82/package.json#L140 A colleague of mine recently noticed this "deprecated scope" message. At Mercury we have quite a bit of trouble running HLS on our codebase. A coworker wrote an alternative...

**Is your feature request related to a problem? Please describe.** I sometimes forget I already stopped the language server, and run the "Restart Haskell LSP server" command instead of "Start...

I am often in the situation where my vscode-hosted HLS instance(s) unproductively eat up all my CPU, causing even other applications to time out. "Restart Haskell LSP Server" doesn't help;...

status: need info

`stack upgrade` should be called with `--silent` or `--verbosity silent` instead of `--no-verbose` ### Your environment Which OS do you use: Windows 10 Pro N 21H1 with WSL2 ### Steps...

status: need info
type: setup

### Your environment Which OS do you use: Linux, fedora 34 Which lsp-client do you use: Vscode Describe your project (alternative: link to the project): stack based project ### Steps...