0.1.11 Diagnostics & definition stop working
Jostar1024 opened this issue · 3 comments
Jostar1024 commented
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.
dramforever commented
I'm dumb, it's most likely this:
vscode-ghc-simple/src/session.ts
Line 35 in bfa39ae
--colors never
should be --color never
🤦♂️
Jostar1024 commented
No, you're not. I enjoy this plugin and it helps me A LOT to learn haskell.:)
dramforever commented
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.