vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
Bumps [@vscode/test-cli](https://github.com/Microsoft/vscode-test-cli) from 0.0.11 to 0.0.12. Changelog Sourced from @vscode/test-cli's changelog. 0.0.12 - 2025-10-09 Package version bumps Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...
This is the same problem as https://github.com/haskell/haskell-language-server/issues/4579. I believe the "bug" is in the vscode extension so I opened this. Also, I can reproduce on linux with recent enough ghc...
An empty "Problems" view displays the text "No problem have been detected in workspace". However, this has often given the wrong signal to me. HLS might still be working to...
Sometimes is is useful to paste parts of the error message into the code, e.g. the lists of cases that are not matched in this example: However, currently the whole...
## Is your enhancement request related to a problem? Please describe. I just tried using HLS in VS Code (via the Haskell extension) and got an error message saying, "ERROR...