vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
### Your environment Windows ### Steps to reproduce Install the extension and point it towards your Ghcup executable path,which in my case is C:\ghcup\bin\ghc.exe. ### Expected behaviour The extension should...
 I don't quite know what it is, but I think this is a very neat addition.
Sorry, I've read https://github.com/haskell/vscode-haskell#ghc-abis-dont-match and https://www.haskell.org/ghcup/guide/#stack-integration, and have ghcup hooks for stack (though I don't think I need them, because i have the right ghc in my path?), but I'm...
**Is your feature request related to a problem? Please describe.** I'm currently working on a project of which a Haskell project is only a small part. When trying to open...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Companion to https://github.com/haskell/haskell-language-server/pull/3860. Shouldn't be merged until that is. The added lines come from manually inspecting the output of `cabal run exe:haskell-language-server vscode-extension-schema`. Do we have a better automatic process...
**base Configuration:** ->completely new Installation of pop-os, haskell (through ghcup), vscode, ... -> vscode extensions: Haskell, Haskell Syntax Highlighting, haskell-linter **Test(Bug?)-Setup:** ->Tested both with and without a cabal project (haven't...
Anyone else on other OS having the same problems? It takes like 1 minute+ to restart everything.. Is there a way to fix this? What is the bottleneck?
PR #926 shows that test 3 failed because the server doesn't create the log file, and test 4 failed because of timeout... Open this thread to keep track of the...