dramforever/vscode-ghc-simple

0.1.11 Diagnostics & definition stop working

Jostar1024 opened this issue · 3 comments

Status

  • A workaround is available
    use previous version, 0.1.10
  • A fix is written
  • A fix is released
  • The fixed verison is on the marketplace.

  • Version of vscode-ghc-simple: 0.1.11
  • Version of VSCode: 1.36
  • Version of Haskell-related tools:
    • GHC: 8.6.4
    • Stack: 1.9.3
    • Cabal:

Steps to reproduce

Install 0.1.11 and put the cursor in front of the variable, normally it shows the definition at the end, while in the newest version it doesn't

Workspace

I'll create the minimum project later.

I'm dumb, it's most likely this:

'stack --colors never ide targets',

--colors never should be --color never 🤦‍♂️

No, you're not. I enjoy this plugin and it helps me A LOT to learn haskell.:)

Thanks for the compliment. Hopefully I fixed it in v0.1.12. If it's not fixed or causes other problems feel free to reopen or create a new issue.