vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
#### Description I'm new to Haskell. Just trying to install this extension with HLS and I keep getting the following error for any of the 1.6.x/1.7.x versions of this extension....
@simonpj had a few issues when setting up VSCode with HLS: 1. Setting up VScode with WSL2 requires a lot of work: https://code.visualstudio.com/docs/remote/wsl-tutorial we should document that better or maybe...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.31.0 to 5.33.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.31.0 to 5.33.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.13.1 to 7.13.2. Commits 661c8b7 7.13.2 ec809af chore: remove unused webpack.config.js 6f017ba feat: adding sideEffects in package.json 8fcaa85 note about why ac test is js 749c94f Remove...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.1 to 18.6.5. 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...
### Your environment Which OS do you use: macOS 12.5 (21G72) on Apple Silicon M1 ### Steps to reproduce Create simple "hello-cabal" project as described [here](https://www.haskell.org/ghcup/steps/#creating-a-proper-package-with-modules), open VS Code with...
**Is your feature request related to a problem? Please describe.** I want to be able to collapse the long boilerplate of language pragma at the start of my cabal scripts....
Every time I open (or reload) a project it asks me to install Stack. Not even asks, it informs me that it _needs_ to. Which isn't true, because I don't...