atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor

Home Page:https://atom.io/packages/ide-haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ide-haskell doesn't want to start at all

YanaRGeorgieva opened this issue · comments

Hello. I've tried out this plugin on my 64bit laptop on the portable version of Haskell and it worked perfectly, but on the 32bit tablet, even though I added all the paths to the binary for the other dependencies and so on, it just doesn't want to even start and emerge as a plugin in the command pallet.
Thanks in advance.

I don't really think bitness has much to do with it. I think Atom only recently got 64-bit version for Windows.

Some sanity checks:

  1. Check if you have Atom v1.13. Earlier versions can (and some of those will) misbehave.
  2. Make sure you have language-haskell installed
  3. Try opening a Haskell file -- ide-haskell & friends don't start otherwise
  4. Double-check that opened Haskell file uses Haskell grammar.
  5. Make sure that you have no other Haskell grammar packages
  6. Check developer console for errors.

Closing due to no response.