Evaluate (-- >>>
) not working after pattern matching
#4141
Labels
-- >>>
) not working after pattern matching
#4141
Your environment
Which OS do you use: Linux (NixOS)
VSCode: 1.84.2
Haskell Extension: v2.4.3 and v2.5.2
Steps to reproduce
Expected behaviour
Evaluate..
is visible in line 9 like it is in 2 and 13Actual behaviour
Evaluate isn't shown in line 9. This seems to be always the case right after a pattern matching expression
For example, it works in line 2 and 13 and it also works if you replace the pattern matching with the if/else one-liner:
Include debug information
Execute in the root of your project the command
haskell-language-server-wrapper --debug .
and paste the logs here (you can find the executable location here):Debug output:
Paste the contents of extension specific log, you can check instructions about how to find it here
Extension log:
The text was updated successfully, but these errors were encountered: