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

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

dependencies
javascript

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/vscode&package-manager=npm_and_yarn&previous-version=1.99.0&new-version=1.101.0)](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...

dependencies
javascript

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

dependencies
javascript

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=11.0.2&new-version=11.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
javascript

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: ![image](https://github.com/user-attachments/assets/3e25c446-f6c3-47a8-bee4-ef2082bf3bec) 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...

type: bug

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

dependencies
javascript

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

status: needs triage

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

type: bug