Haskell-language-server: Code evaluation not working

Created on 31 Aug 2020  路  3Comments  路  Source: haskell/haskell-language-server

image

And I found some error in haskell-language-server starting
image

vscode haskell extension version: 1.1.0
haskell-language-serve version: 0.3.0.0 (GHC: 8.8.4)

eval plugin

Most helpful comment

The markup is wrong.

WRONG

-- | >>> foo

RIGHT

-- >>> foo

All 3 comments

Hi, I am gonna move the issue to the haskell-language-server cause it is the main culprit here.
The second error is a spurious one that would not affect the ide behaviour.
The first one could be significative though.

The markup is wrong.

WRONG

-- | >>> foo

RIGHT

-- >>> foo

The markup is wrong.

WRONG

-- | >>> foo

RIGHT

-- >>> foo

It works. Thanks

Was this page helpful?
0 / 5 - 0 ratings