ndmitchell / ghcid

Very low feature GHCi based IDE
Other
1.13k stars 114 forks source link

Reset errors in VSCode when updating package.yaml #259

Open sgronblo opened 5 years ago

sgronblo commented 5 years ago

Steps to reproduce:

Stackage snapshot: nightly-2019-06-08 ghcid version: Auto reloading GHCi daemon v0.7.4

I noticed there are a few other issues related to automatic restarting of ghcid when package.yaml changes. However, even if you manually close the ghcid terminal and run "Start Ghcid" again the error seems to be unaffected. If I delete the line and bring it back, VSCode somehow remembers that haskell-ghcid has marked it as bad.

Haven't found any other workarounds than restarting VSCode, which is getting quite annoying.

owickstrom commented 5 years ago

Having similar issues with errors persisting in the VSCode Problems list, even after they're fixed and ghcid says "All good".