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

## Description Is not clear how many system resources are officially required by this extension to work correctly on a reasonable sized project. It has been said on Reddit that...

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.69.0 to 1.71.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.69.0&new-version=1.71.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 [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 7.0.0 to 8.0.2. Commits 9d0da3e Publish [email protected] 60d4ecb Make async tests more reliable (#1024) 58749fe Fix typo in doc comment (#1023) 8c4ccaf Fixes #1013: Document diagnostics report...

dependencies
javascript

How do I prevent the hint applier (like remove redundant brackets) from changing all my indentation and changing my tabs to spaces please? I can't see a setting in the...

After https://github.com/haskell/haskell-language-server/pull/2920, hls-class-plugin has two configurable fields now(after https://github.com/haskell/haskell-language-server/pull/3107), including: 1. `haskell.plugin.class.codeActionsOn` 2. `haskell.plugin.class.codeLensOn` But currently vscode-haskell only has the first one.

type: bug

Currently, we only have `Scroll down to Haskell › Trace: Server and set it to messages.` in the Readme file, it's confusing what the `message` is and where the `message`...

type: documentation

See https://github.com/haskell/vscode-haskell#contributing

type: documentation

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.82.0 to 1.86.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.82.0&new-version=1.86.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 [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 7.0.0 to 9.0.1. Commits 4f782ce New release 3.17.5 8c81fc8 Update lock files (#1323) 300fac4 Prepare new release (#1322) dfdb85d Fix folding range tests (#1320) 4e057d5 Add the...

dependencies
javascript

# Issue Description The TSLint extension is deprecated: - [VS Code Marketplace: TSLint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) page links to [the following](https://blog.palantir.com/tslint-in-2019-1a144c2317a9) in its deprecation notice - The same notice recommends using [ESLint](https://github.com/typescript-eslint/typescript-eslint#typescript-eslint) instead...

status: needs triage