vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
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...
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...
When I open a file that belongs to a non-first root, ``` Multi Cradle: No prefixes matched pwd: filepath: ```
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:...
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...
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...
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...
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...
 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...
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...