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

I just installed Haskell on a Mac using `ghcup`, and said "yes" when asked to install the language server. It installed these: ``` .ghcup/bin/haskell-language-server-8.10.2 .ghcup/bin/haskell-language-server-8.10.2~1.3.0 .ghcup/bin/haskell-language-server-8.10.3 .ghcup/bin/haskell-language-server-8.10.3~1.3.0 .ghcup/bin/haskell-language-server-8.10.4 .ghcup/bin/haskell-language-server-8.10.4~1.3.0 .ghcup/bin/haskell-language-server-8.10.5...

type: enhancement
help wanted
type: user experience

When I change extension settings in vscode and then run "Haskell: Restart LSP Server" within vscode, the changed extension settings are not taken into account - it's still running haskell-language-server...

type: bug

When I open a file that belongs to a non-first root, ``` Multi Cradle: No prefixes matched pwd: filepath: ```

type: bug

Got this error on more than one machine (both MacBooks) when upgrading to HLS 1.0.0: ``` Couldn't figure out what GHC version the project is using: Failed to download https://github.com/haskell/haskell-language-server/releases/download/1.0.0/haskell-language-server-wrapper-macOS.gz:...

type: bug
os: macOS

I've made a port to coc.nvim: https://github.com/expipiplus1/vscode-hie-server/tree/coc.nvim I'm certainly no typescript expert, but would really like to merge the support for coc.nvim into master to avoid all the fuss of...

type: enhancement

Hi. It may be a little early for this issue, but soon (already available in Insiders) Vscode will add API for native notebooks. There's IHaskell kernel available out there to...

type: enhancement

I got vscode-haskell to work - for example I can sue Code evaluation, but I cannot see completion. I am wondering what are the additional extensions I should install. Could...

type: enhancement
type: documentation

After deleting opened source file, the extension produces an error "openBinaryFile: does not exist". Such an "orphaned" error is - as far as I know - impossible to dismiss otherwise...

type: bug

![截屏2020-12-10 下午6 08 39](https://user-images.githubusercontent.com/36144654/101759919-29688600-3b15-11eb-8859-5fb01693e6a4.png) As you may see, features like hovering over a variable is not working correctly. I was actually running [code-server](https://github.com/cdr/code-server) on my Ubuntu 18.04 VPS, but the...

type: bug

Although it is convenient for most of us, sometimes it can be noisy. I need switch hls between few versions (dynamic linked / static linked), and hls may not appear...

type: enhancement