Questions tagged [haskero]

6 questions
4
votes
2 answers

Keyboard access to Visual Studio Code status bar

Is there any way to access the Visual Studio Code status bar with the keyboard (i.e. not with the mouse)? Specifically, I would like to access the Targets:default part, which, as far as I can tell, originates from a language extension (Haskero). I…
Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
4
votes
1 answer

How to get Haskero to warn on non-exhaustive pattern matches

I'm currently evaluating Haskero in Visual Studio Code as an alternative Haskell editor instead of Atom with Atom-Haskell. So far, Haskero seems promising, but I miss the compiler warnings I'd usually get from Atom-Haskell. As a way to illustrate…
Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
3
votes
2 answers

Haskero fails with "Not a valid Unicode code point!"

I'm trying to run Haskero to do Haskell editing with VSCode. However, it's failing on initialization, with the following error: Initializing Haskero... Spawning process 'stack' with command 'stack ghci --with-ghc intero…
jmite
  • 8,171
  • 6
  • 40
  • 81
2
votes
0 answers

Garbled target names in Haskero

For some time, I've been using Haskero on Windows 10 for Haskell programming, and it's been great for a long time. Recently, however, I repaved my laptop, and since then, the functionality that enables switching targets contains garbled…
Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
2
votes
1 answer

File name does not match module name

Newbie playing with haskell stack scripting and turtle. Created a folder stack-scripts. Thought if it looks good, then I'll create some haskell utils for me to replace bash scripts. Created a file named turtle.hs with following…
python_kaa
  • 1,034
  • 13
  • 27
0
votes
1 answer

Haskero not finding definitions

I installed the Haskero plugin into VS Code as per the instructions there. I then followed the steps outlined in https://gitlab.com/vannnns/haskero/blob/master/client/doc/installation.md, or specifically Steps 5 and 6 as I already had a Stack…
Motorhead
  • 928
  • 6
  • 16