haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

hovering over any text shows an error message on Windows 10 with Insiders Edition #49

Closed CameronAavik closed 7 years ago

CameronAavik commented 7 years ago

OS: Windows 10 x64 IDE: VS Code Insiders Edition (1.12.2)

I went through all the installation steps in the readme and all three plugins were installed correctly it seems, however when I hover over every single token/word in the file it shows the following error.

<no location info>: Expected a span: "<module-name/filepath>" <start line> <start column> <end line> <end column> "<sample string>"

image