language-haskell icon indicating copy to clipboard operation
language-haskell copied to clipboard

Highlighting support for the Haskell language in visual studio code.

Results 40 language-haskell issues
Sort by recently updated
recently updated
newest added

Is it at all possible to have support for VSCode Web? Currently, there is no [web extension](https://code.visualstudio.com/api/extension-guides/web-extensions). I SSH from my iPad to my home PC via the Blink Terminal,...

The first local signature (for `x :: ()`) in the image below should have the same scope as the signature for `y` below it: ![foo](https://user-images.githubusercontent.com/18196871/168651929-0c64cd79-5146-462e-aa76-0e87882c5d52.png)

wontfix

Hi, we're trying to upload the vscode-haskell extension to open-vsx.org here: https://github.com/haskell/vscode-haskell/issues/250, but we have a dependency in our package.json on this marvellous extension. Would it be possible to upload...

Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. Release notes Sourced from nth-check's releases. v2.0.1 Fixes: Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d Ensures parsing will always have linear time...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 5.0.0 to 5.1.0. Release notes Sourced from css-what's releases. v5.1.0 What's Changed Add 'where' pseudo selector by @​jannispl in fb55/css-what#620 Full Changelog: https://github.com/fb55/css-what/compare/v5.0.1...v5.1.0 v5.0.1 Fixes: Hand-roll attribute...

dependencies

To take a few lines out of [GHC's `Parser.y`](https://github.com/ghc/ghc/blob/584cd5ae200866fbfb480fab9591f0acf94a8033/compiler/GHC/Parser.y#L623) (because it's where I'm facing this error), consider the following code: ``` '{-# INLINE' { L _ (ITinline_prag _ _ _)...

enhancement
wontfix

I've just realised that in #202, I didn't add support for the new `GHC2021` extension. We should probably use a regex like `GHC\d*`.

https://cabal.readthedocs.io/en/3.6/cabal-package.html#conditional-blocks

First of all, I'm sorry if this is too much unrelated to `language-haskell` itself, but I was wondering if you could provide some examples (or at least links to some...

![Screenshot from 2021-08-25 11-26-36](https://user-images.githubusercontent.com/6342538/130845283-1150eeb2-dc1f-4ec2-b616-cb8a423cd5bd.png)

bug