vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
This extension depends on another extension called 'Haskell Syntax Highlighting' in order to highlight Haskell code. This makes it impossible to use vscode-haskell with a different syntax highlighting extension. When...
I’ve got a weird issue where hints, popups, etc. get duplicated. See for example this screenshot, where I have not one, but _two_ lovely hovers showing the type of the...
There are no comprehensive manuals that list the commands provided by the extension, their meaning and corresponding key bindings. So it's problematic to discover functionality of the plugin. When new...
Hello! # I am using macOS m1 chip I have been trying to install Haskell for two days and have not succeeded. I am running the terminal using Rosetta and...
I am connecting to a haskell docker image but get a message "Downloading haskell-language-server-wrapper". I initially thought it was downloadin but after 24 hours realized something not right. any ideas?...
It is hard to find out how to make the plugin work for a beginner. I needed to check out my previous projects to find out that I need to...
This is especially important when writing patches for HLS itself, since I would want to use a stable version for developing and my unstable version for testing. It was possible...
When renaming a file `test/foo.hs` to `test/Foo.ts` I get an error and the rename fails: > Unable to move/copy 'vscode-remote://dev-container+2f55736572732f64616e6e792f4465762f44616e6e792f4861736b656c6c54657374696e67/workspaces/HaskellTesting/tests/foo.hs' because target 'vscode-remote://dev-container+2f55736572732f64616e6e792f4465762f44616e6e792f4861736b656c6c54657374696e67/workspaces/HaskellTesting/tests/Foo.hs' already exists at destination. I'm running in...
In some cases, vscode-haskell starts **two** instances of HLS (consuming lots of memory).  There is a [comment in my bug report ](https://github.com/haskell/haskell-language-server/issues/2237#issuecomment-936402265) on haskell-language-server which suggests, that...
HLS will not update to latest if have local in PATH if we could prompt and let user to select the behavior