vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 5.0.0 to 5.0.2. Release notes Sourced from eslint-webpack-plugin's releases. v5.0.2 5.0.2 (2025-06-09) Bug Fixes don't error on circular eslint plugins (#277) (32f05c6) v5.0.1 5.0.1 (2025-04-15) Bug Fixes...
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.99.0 to 1.101.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.33.0 to 8.34.0. Release notes Sourced from @typescript-eslint/parser's releases. v8.34.0 8.34.0 (2025-06-09) 🚀 Features type-utils: deprecated getSourceFileOfNode function (#11284) 🩹 Fixes typescript-estree: change the token type of...
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.2 to 11.0.3. Commits af2e7ce 11.0.3 4f998c0 ci: update action versions af3d7e1 update all deps See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
The primary motivation for this PR is to make the vscode-haskell extension much friendlier for newcomers. My idea to improve this is a `StatusBarItem` that looks like this:  The...
### Your environment hls: 2.9.0.1 cabal: 3.12.1.0 ghc: 9.4.8 Which OS do you use? Ubuntu 22.04 Jammy How is your project built (alternative: link to the project)? cabal project Which...
Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 5.7.0 to 5.7.1. Release notes Sourced from ts-pattern's releases. v5.7.1 Type inference bug fixes This new release fixes the following bug in exhaustiveness checking when matching on...
In VSCode, when opening a new file via `ctrl+n`, vscode-haskell spawns a new HLS instance for the file that hasn't been persisted to the file system yet and is only...
When starting the VS Code session from the directory of a newly created project by stack with the following command, the extension is stuck in "Processing: 1/2" status, and all...