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

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...

type: enhancement

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...

type: bug

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...

type: enhancement
type: documentation

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...

type: bug
os: macOS
status: need confirmation
type: setup

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?...

type: bug
status: needs attention
type: setup
os: docker

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...

type: enhancement
type: question
type: documentation

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...

type: enhancement

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...

type: bug

In some cases, vscode-haskell starts **two** instances of HLS (consuming lots of memory). ![Task Monitor Screenshot](https://user-images.githubusercontent.com/3914011/136359786-c376af0c-60e1-4136-bae3-d9e7833408b0.png) 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...

type: bug
status: need repro
type: setup

HLS will not update to latest if have local in PATH if we could prompt and let user to select the behavior

type: enhancement